Changeset 198440 in webkit
- Timestamp:
- Mar 18, 2016, 12:58:28 PM (9 years ago)
- Location:
- trunk/Source/WebCore
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/WebCore/ChangeLog
r198439 r198440 1 2016-03-18 Mark Lam <mark.lam@apple.com> 2 3 JSDOMGlobalObject.h needs to #include StructureInlines.h. 4 https://bugs.webkit.org/show_bug.cgi?id=155657 5 6 Reviewed by Filip Pizlo. 7 8 No new tests needed. This is a build fix for the Win EWS. 9 10 * bindings/js/JSDOMGlobalObject.h: 11 1 12 2016-03-18 Brent Fulgham <bfulgham@apple.com> 2 13 -
trunk/Source/WebCore/bindings/js/JSDOMGlobalObject.h
r196392 r198440 31 31 #include "WebCoreJSBuiltinInternals.h" 32 32 #include <runtime/JSGlobalObject.h> 33 #include <runtime/StructureInlines.h> 33 34 34 35 namespace WebCore {
Note:
See TracChangeset
for help on using the changeset viewer.