Title: [165032] trunk/Source/WebCore
Revision
165032
Author
akl...@apple.com
Date
2014-03-03 18:22:13 -0800 (Mon, 03 Mar 2014)

Log Message

Remove 2 unnecessary includes from JSDOMBinding.h
<https://webkit.org/b/129619>

Reviewed by Antti Koivisto.

* bindings/js/JSDOMBinding.h:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (165031 => 165032)


--- trunk/Source/WebCore/ChangeLog	2014-03-04 02:00:02 UTC (rev 165031)
+++ trunk/Source/WebCore/ChangeLog	2014-03-04 02:22:13 UTC (rev 165032)
@@ -1,3 +1,12 @@
+2014-03-03  Andreas Kling  <akl...@apple.com>
+
+        Remove 2 unnecessary includes from JSDOMBinding.h
+        <https://webkit.org/b/129619>
+
+        Reviewed by Antti Koivisto.
+
+        * bindings/js/JSDOMBinding.h:
+
 2014-03-03  Myles C. Maxfield  <mmaxfi...@apple.com>
 
         GraphicsContext::drawLineForText needs to be exported from WebCore.dylib for iOS builds

Modified: trunk/Source/WebCore/bindings/js/JSDOMBinding.h (165031 => 165032)


--- trunk/Source/WebCore/bindings/js/JSDOMBinding.h	2014-03-04 02:00:02 UTC (rev 165031)
+++ trunk/Source/WebCore/bindings/js/JSDOMBinding.h	2014-03-04 02:22:13 UTC (rev 165032)
@@ -34,13 +34,11 @@
 #include <heap/Weak.h>
 #include <heap/WeakInlines.h>
 #include <runtime/Error.h>
-#include <runtime/FunctionPrototype.h>
 #include <runtime/JSArray.h>
 #include <runtime/JSArrayBuffer.h>
 #include <runtime/JSCInlines.h>
 #include <runtime/JSTypedArrays.h>
 #include <runtime/Lookup.h>
-#include <runtime/ObjectPrototype.h>
 #include <runtime/TypedArrayInlines.h>
 #include <runtime/TypedArrays.h>
 #include <wtf/Forward.h>
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to