Title: [138682] trunk/Source/WebCore
Revision
138682
Author
[email protected]
Date
2013-01-02 17:04:29 -0800 (Wed, 02 Jan 2013)

Log Message

[V8] V8DOMWrapper.cpp has many more includes than necessary
https://bugs.webkit.org/show_bug.cgi?id=105968

Reviewed by Kentaro Hara.

Now that this file isn't in charge of doing everything under the sun,
it can have a more focused set of include directives.

* bindings/v8/V8DOMWrapper.cpp:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (138681 => 138682)


--- trunk/Source/WebCore/ChangeLog	2013-01-03 01:00:35 UTC (rev 138681)
+++ trunk/Source/WebCore/ChangeLog	2013-01-03 01:04:29 UTC (rev 138682)
@@ -1,3 +1,15 @@
+2013-01-02  Adam Barth  <[email protected]>
+
+        [V8] V8DOMWrapper.cpp has many more includes than necessary
+        https://bugs.webkit.org/show_bug.cgi?id=105968
+
+        Reviewed by Kentaro Hara.
+
+        Now that this file isn't in charge of doing everything under the sun,
+        it can have a more focused set of include directives.
+
+        * bindings/v8/V8DOMWrapper.cpp:
+
 2013-01-02  Gyuyoung Kim  <[email protected]>
 
         [EFL][CMAKE] Remove duplicated conditionals

Modified: trunk/Source/WebCore/bindings/v8/V8DOMWrapper.cpp (138681 => 138682)


--- trunk/Source/WebCore/bindings/v8/V8DOMWrapper.cpp	2013-01-03 01:00:35 UTC (rev 138681)
+++ trunk/Source/WebCore/bindings/v8/V8DOMWrapper.cpp	2013-01-03 01:04:29 UTC (rev 138682)
@@ -31,38 +31,15 @@
 #include "config.h"
 #include "V8DOMWrapper.h"
 
-#include <wtf/ArrayBufferView.h>
-#include "DocumentLoader.h"
-#include "Frame.h"
-#include "FrameLoaderClient.h"
-#include "StylePropertySet.h"
-#include "V8AbstractEventListener.h"
 #include "V8Binding.h"
-#include "V8Collection.h"
 #include "V8DOMWindow.h"
-#include "V8EventListener.h"
 #include "V8EventListenerList.h"
 #include "V8HTMLCollection.h"
 #include "V8HTMLDocument.h"
 #include "V8HiddenPropertyName.h"
-#include "V8Location.h"
-#include "V8NamedNodeMap.h"
-#include "V8NodeFilterCondition.h"
-#include "V8NodeList.h"
 #include "V8ObjectConstructor.h"
 #include "V8PerContextData.h"
-#include "V8StyleSheet.h"
 #include "V8WorkerContextEventListener.h"
-#include "WebGLContextAttributes.h"
-#include "WebGLUniformLocation.h"
-#include "WrapperTypeInfo.h"
-#include <algorithm>
-#include <utility>
-#include <v8-debug.h>
-#include <wtf/Assertions.h>
-#include <wtf/OwnArrayPtr.h>
-#include <wtf/StdLibExtras.h>
-#include <wtf/UnusedParam.h>
 
 namespace WebCore {
 
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to