Changeset 139246 in webkit
- Timestamp:
- Jan 9, 2013, 3:12:19 PM (12 years ago)
- Location:
- trunk/Source/WebKit/chromium
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/WebKit/chromium/ChangeLog
r139227 r139246 1 2013-01-09 Mark Pilgrim <pilgrim@chromium.org> 2 3 [Chromium] Remove stray references to WebKitPlatformSupport.h 4 https://bugs.webkit.org/show_bug.cgi?id=106493 5 6 Reviewed by James Robinson. 7 8 Part of a refactoring series. See tracking bug 82948. 9 10 * src/SharedWorkerRepository.cpp: 11 * tests/RunAllTests.cpp: 12 1 13 2013-01-09 Mark Pilgrim <pilgrim@chromium.org> 2 14 -
trunk/Source/WebKit/chromium/src/SharedWorkerRepository.cpp
r138742 r139246 50 50 #include "WebSharedWorker.h" 51 51 #include "WebSharedWorkerRepository.h" 52 #include "platform/WebKitPlatformSupport.h"53 52 #include "WorkerScriptLoader.h" 54 53 #include "WorkerScriptLoaderClient.h" -
trunk/Source/WebKit/chromium/tests/RunAllTests.cpp
r129221 r139246 37 37 38 38 #include "WebKit.h" 39 #include "platform/WebKitPlatformSupport.h"39 #include <public/Platform.h> 40 40 #include <webkit/support/webkit_support.h> 41 41
Note:
See TracChangeset
for help on using the changeset viewer.