Changeset 139246 in webkit


Ignore:
Timestamp:
Jan 9, 2013 3:12:19 PM (11 years ago)
Author:
pilgrim@chromium.org
Message:

[Chromium] Remove stray references to WebKitPlatformSupport.h
https://bugs.webkit.org/show_bug.cgi?id=106493

Reviewed by James Robinson.

Part of a refactoring series. See tracking bug 82948.

  • src/SharedWorkerRepository.cpp:
  • tests/RunAllTests.cpp:
Location:
trunk/Source/WebKit/chromium
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebKit/chromium/ChangeLog

    r139227 r139246  
     12013-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
    1132013-01-09  Mark Pilgrim  <pilgrim@chromium.org>
    214
  • trunk/Source/WebKit/chromium/src/SharedWorkerRepository.cpp

    r138742 r139246  
    5050#include "WebSharedWorker.h"
    5151#include "WebSharedWorkerRepository.h"
    52 #include "platform/WebKitPlatformSupport.h"
    5352#include "WorkerScriptLoader.h"
    5453#include "WorkerScriptLoaderClient.h"
  • trunk/Source/WebKit/chromium/tests/RunAllTests.cpp

    r129221 r139246  
    3737
    3838#include "WebKit.h"
    39 #include "platform/WebKitPlatformSupport.h"
     39#include <public/Platform.h>
    4040#include <webkit/support/webkit_support.h>
    4141
Note: See TracChangeset for help on using the changeset viewer.