Changeset 54403 in webkit for trunk/JavaScriptCore
- Timestamp:
- Feb 4, 2010, 9:33:55 PM (15 years ago)
- Location:
- trunk/JavaScriptCore
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/ChangeLog
r54402 r54403 1 2010-02-04 Daniel Bates <[email protected]> 2 3 [Qt] Unreviewed, build fix for Qt bot. 4 5 * runtime/JSStringBuilder.h: Changed #include <X.h> notation #include "X.h". 6 1 7 2010-02-04 Geoffrey Garen <[email protected]> 2 8 -
trunk/JavaScriptCore/runtime/JSStringBuilder.h
r54394 r54403 27 27 #define JSStringBuilder_h 28 28 29 #include <ExceptionHelpers.h>30 #include <JSString.h>31 #include <StringBuilder.h>29 #include "ExceptionHelpers.h" 30 #include "JSString.h" 31 #include "StringBuilder.h" 32 32 33 33 namespace JSC {
Note:
See TracChangeset
for help on using the changeset viewer.