Changeset 182887 in webkit
- Timestamp:
- Apr 16, 2015, 8:18:52 AM (10 years ago)
- Location:
- trunk/Source/WebCore
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/WebCore/ChangeLog
r182881 r182887 1 2015-04-16 Chris Dumez <cdumez@apple.com> 2 3 Unreviewed attempt to fix Windows build after r182881. 4 5 Add missing header include. 6 7 * page/PageConsoleClient.h: 8 1 9 2015-04-16 Chris Dumez <cdumez@apple.com> 2 10 -
trunk/Source/WebCore/page/PageConsoleClient.h
r182068 r182887 31 31 32 32 #include <inspector/ScriptCallStack.h> 33 #include <profiler/Profile.h> 33 34 #include <runtime/ConsoleClient.h> 34 35 #include <wtf/Forward.h> … … 36 37 namespace JSC { 37 38 class ExecState; 38 class Profile;39 39 } 40 40
Note:
See TracChangeset
for help on using the changeset viewer.