Changeset 129834 in webkit


Ignore:
Timestamp:
Sep 27, 2012 7:40:27 PM (12 years ago)
Author:
pilgrim@chromium.org
Message:

[Chromium] Remove unused PlatformSupport reference in ClipboardChromium
https://bugs.webkit.org/show_bug.cgi?id=97840

Reviewed by Kentaro Hara.

Part of a refactoring series. See tracking bug 82948.

  • platform/chromium/ClipboardChromium.cpp:
Location:
trunk/Source/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebCore/ChangeLog

    r129832 r129834  
     12012-09-27  Mark Pilgrim  <pilgrim@chromium.org>
     2
     3        [Chromium] Remove unused PlatformSupport reference in ClipboardChromium
     4        https://bugs.webkit.org/show_bug.cgi?id=97840
     5
     6        Reviewed by Kentaro Hara.
     7
     8        Part of a refactoring series. See tracking bug 82948.
     9
     10        * platform/chromium/ClipboardChromium.cpp:
     11
    1122012-09-27  Kent Tamura  <tkent@chromium.org>
    213
  • trunk/Source/WebCore/platform/chromium/ClipboardChromium.cpp

    r126390 r129834  
    4646#include "MIMETypeRegistry.h"
    4747#include "NamedNodeMap.h"
    48 #include "PlatformSupport.h"
    4948#include "Range.h"
    5049#include "RenderImage.h"
Note: See TracChangeset for help on using the changeset viewer.