Changeset 129027 in webkit


Ignore:
Timestamp:
Sep 19, 2012 11:56:31 AM (12 years ago)
Author:
pilgrim@chromium.org
Message:

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

Reviewed by Ryosuke Niwa.

Part of a refactoring series. See tracking bug 82948.

  • bindings/v8/V8DOMWindowShell.cpp:
Location:
trunk/Source/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebCore/ChangeLog

    r129026 r129027  
     12012-09-19  Mark Pilgrim  <pilgrim@chromium.org>
     2
     3        [Chromium] Remove unused PlatformSupport reference in V8DOMWindowShell
     4        https://bugs.webkit.org/show_bug.cgi?id=97117
     5
     6        Reviewed by Ryosuke Niwa.
     7
     8        Part of a refactoring series. See tracking bug 82948.
     9
     10        * bindings/v8/V8DOMWindowShell.cpp:
     11
    1122012-09-19  Kentaro Hara  <haraken@chromium.org>
    213
  • trunk/Source/WebCore/bindings/v8/V8DOMWindowShell.cpp

    r128687 r129027  
    4242#include "Page.h"
    4343#include "PageGroup.h"
    44 #include "PlatformSupport.h"
    4544#include "RuntimeEnabledFeatures.h"
    4645#include "ScriptCallStack.h"
Note: See TracChangeset for help on using the changeset viewer.