Title: [135681] trunk/Source/WebCore
Revision
135681
Author
[email protected]
Date
2012-11-25 22:15:45 -0800 (Sun, 25 Nov 2012)

Log Message

Web Inspector: Remove unused Array.convert method
https://bugs.webkit.org/show_bug.cgi?id=103202

Patch by Nikita Vasilyev <[email protected]> on 2012-11-25
Reviewed by Daniel Bates.

* inspector/front-end/utilities.js:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (135680 => 135681)


--- trunk/Source/WebCore/ChangeLog	2012-11-26 06:07:47 UTC (rev 135680)
+++ trunk/Source/WebCore/ChangeLog	2012-11-26 06:15:45 UTC (rev 135681)
@@ -1,3 +1,12 @@
+2012-11-25  Nikita Vasilyev  <[email protected]>
+
+        Web Inspector: Remove unused Array.convert method
+        https://bugs.webkit.org/show_bug.cgi?id=103202
+
+        Reviewed by Daniel Bates.
+
+        * inspector/front-end/utilities.js:
+
 2012-11-25  Chris Fleizach  <[email protected]>
 
         AX: file upload input cannot be activated with VoiceOver

Modified: trunk/Source/WebCore/inspector/front-end/utilities.js (135680 => 135681)


--- trunk/Source/WebCore/inspector/front-end/utilities.js	2012-11-26 06:07:47 UTC (rev 135680)
+++ trunk/Source/WebCore/inspector/front-end/utilities.js	2012-11-26 06:15:45 UTC (rev 135681)
@@ -428,12 +428,6 @@
     }
 }
 
-Array.convert = function(list)
-{
-    // Cast array-like object to an array.
-    return Array.prototype.slice.call(list);
-}
-
 /**
  * @param {string} format
  * @param {...*} var_arg
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to