Changeset 181885 in webkit
- Timestamp:
- Mar 23, 2015, 6:28:06 PM (11 years ago)
- Location:
- trunk/Source/WebKit2
- Files:
-
- 2 edited
-
ChangeLog (modified) (1 diff)
-
UIProcess/WebInspectorProxy.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/WebKit2/ChangeLog
r181884 r181885 1 2015-03-23 Joseph Pecoraro <pecoraro@apple.com> 2 3 Unreviewed, another attempt to fix 32-bit build after r181881. 4 5 * UIProcess/WebInspectorProxy.h: 6 1 7 2015-03-23 Joseph Pecoraro <pecoraro@apple.com> 2 8 -
trunk/Source/WebKit2/UIProcess/WebInspectorProxy.h
r181881 r181885 178 178 void platformAppend(const String& filename, const String& content); 179 179 180 #if PLATFORM(MAC) 180 #if PLATFORM(MAC) && WK_API_ENABLED 181 181 bool platformCanAttach(bool webProcessCanAttach); 182 182 #else
Note:
See TracChangeset
for help on using the changeset viewer.