Title: [128322] trunk/Source/WebCore
Revision
128322
Author
pilg...@chromium.org
Date
2012-09-12 09:11:28 -0700 (Wed, 12 Sep 2012)

Log 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):

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (128321 => 128322)


--- trunk/Source/WebCore/ChangeLog	2012-09-12 16:06:55 UTC (rev 128321)
+++ trunk/Source/WebCore/ChangeLog	2012-09-12 16:11:28 UTC (rev 128322)
@@ -1,3 +1,15 @@
+2012-09-12  Mark Pilgrim  <pilg...@chromium.org>
+
+        [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):
+
 2012-09-12  Dominic Mazzoni  <dmazz...@google.com>
 
         AX: Refactor most AccessibilityRenderObject code into AccessibilityNodeObject

Modified: trunk/Source/WebCore/platform/chromium/PlatformSupport.h (128321 => 128322)


--- trunk/Source/WebCore/platform/chromium/PlatformSupport.h	2012-09-12 16:06:55 UTC (rev 128321)
+++ trunk/Source/WebCore/platform/chromium/PlatformSupport.h	2012-09-12 16:11:28 UTC (rev 128322)
@@ -118,7 +118,6 @@
 
     // _javascript_ ---------------------------------------------------------
     static void notifyJSOutOfMemory(Frame*);
-    static bool allowScriptDespiteSettings(const KURL& documentURL);
 
     // Plugin -------------------------------------------------------------
     static bool plugins(bool refresh, Vector<PluginInfo>*);
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
http://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to