Changeset 38221 in webkit for trunk/JavaScriptCore
- Timestamp:
- Nov 7, 2008, 6:11:22 AM (17 years ago)
- Location:
- trunk/JavaScriptCore
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/ChangeLog
r38219 r38221 1 2008-11-07 Simon Hausmann <[email protected]> 2 3 Fix the build on case-sensitive file systems. grammar.y was renamed to 4 Grammar.y but Lexer.cpp includes grammar.h. The build bots didn't 5 notice this change because of stale files. 6 7 * parser/Lexer.cpp: 8 1 9 2008-11-07 Cameron Zwarich <[email protected]> 2 10 -
trunk/JavaScriptCore/parser/Lexer.cpp
r38205 r38221 42 42 43 43 #ifndef KDE_USE_FINAL 44 #include " grammar.h"44 #include "Grammar.h" 45 45 #endif 46 46
Note:
See TracChangeset
for help on using the changeset viewer.