Changeset 186243 in webkit
- Timestamp:
- Jul 2, 2015, 4:32:00 PM (10 years ago)
- Location:
- trunk/Source/WebKit2
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/WebKit2/ChangeLog
r186241 r186243 1 2015-07-02 Mark Lam <mark.lam@apple.com> 2 3 Gardening: fix broken 32-bit build.. 4 https://bugs.webkit.org/show_bug.cgi?id=146416 5 6 Not reviewed. 7 8 * UIProcess/API/Cocoa/APISerializedScriptValueCocoa.mm: 9 (API::SerializedScriptValue::deserialize): 10 1 11 2015-07-02 Brent Fulgham <bfulgham@apple.com> 2 12 -
trunk/Source/WebKit2/UIProcess/API/Cocoa/APISerializedScriptValueCocoa.mm
r186229 r186243 31 31 #import <wtf/NeverDestroyed.h> 32 32 #import <wtf/RunLoop.h> 33 34 #if WK_API_ENABLED 33 35 34 36 namespace API { … … 75 77 76 78 } // API 79 80 #endif // WK_API_ENABLED
Note:
See TracChangeset
for help on using the changeset viewer.