Changeset 128322 in webkit


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

[Chromium] Remove unused allowScriptDespiteSettings function from PlatformSupport
https://bugs.webkit.org/show_bug.cgi?id=96526

Reviewed by Kentaro Hara.

Part of a refactoring series. See tracking bug 82948.

  • platform/chromium/PlatformSupport.h:

(PlatformSupport):

Location:
trunk/Source/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebCore/ChangeLog

    r128318 r128322  
     12012-09-12  Mark Pilgrim  <pilgrim@chromium.org>
     2
     3        [Chromium] Remove unused allowScriptDespiteSettings function from PlatformSupport
     4        https://bugs.webkit.org/show_bug.cgi?id=96526
     5
     6        Reviewed by Kentaro Hara.
     7
     8        Part of a refactoring series. See tracking bug 82948.
     9
     10        * platform/chromium/PlatformSupport.h:
     11        (PlatformSupport):
     12
    1132012-09-12  Dominic Mazzoni  <dmazzoni@google.com>
    214
  • trunk/Source/WebCore/platform/chromium/PlatformSupport.h

    r128316 r128322  
    119119    // JavaScript ---------------------------------------------------------
    120120    static void notifyJSOutOfMemory(Frame*);
    121     static bool allowScriptDespiteSettings(const KURL& documentURL);
    122121
    123122    // Plugin -------------------------------------------------------------
Note: See TracChangeset for help on using the changeset viewer.