Title: [120279] trunk/Source/WebCore
Revision
120279
Author
[email protected]
Date
2012-06-13 22:10:43 -0700 (Wed, 13 Jun 2012)

Log Message

make sure headers are included only once per file
https://bugs.webkit.org/show_bug.cgi?id=88931

Patch by Arnaud Renevier <[email protected]> on 2012-06-13
Reviewed by Darin Adler.

* Modules/indexeddb/IDBDatabase.cpp:
* WebCorePrefix.h:
* bindings/js/JSHTMLAllCollectionCustom.cpp:
* bindings/v8/V8Utilities.cpp:
* bindings/v8/custom/V8LocationCustom.cpp:
* bridge/NP_jsobject.cpp:
* editing/Editor.cpp:
* html/HTMLMediaElement.cpp:
* platform/graphics/cairo/PlatformContextCairo.cpp:
* rendering/InlineFlowBox.cpp:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (120278 => 120279)


--- trunk/Source/WebCore/ChangeLog	2012-06-14 04:37:22 UTC (rev 120278)
+++ trunk/Source/WebCore/ChangeLog	2012-06-14 05:10:43 UTC (rev 120279)
@@ -1,3 +1,21 @@
+2012-06-13  Arnaud Renevier  <[email protected]>
+
+        make sure headers are included only once per file
+        https://bugs.webkit.org/show_bug.cgi?id=88931
+
+        Reviewed by Darin Adler.
+
+        * Modules/indexeddb/IDBDatabase.cpp:
+        * WebCorePrefix.h:
+        * bindings/js/JSHTMLAllCollectionCustom.cpp:
+        * bindings/v8/V8Utilities.cpp:
+        * bindings/v8/custom/V8LocationCustom.cpp:
+        * bridge/NP_jsobject.cpp:
+        * editing/Editor.cpp:
+        * html/HTMLMediaElement.cpp:
+        * platform/graphics/cairo/PlatformContextCairo.cpp:
+        * rendering/InlineFlowBox.cpp:
+
 2012-06-13  MORITA Hajime  <[email protected]>
 
         Unreviewed typo fix.

Modified: trunk/Source/WebCore/Modules/indexeddb/IDBDatabase.cpp (120278 => 120279)


--- trunk/Source/WebCore/Modules/indexeddb/IDBDatabase.cpp	2012-06-14 04:37:22 UTC (rev 120278)
+++ trunk/Source/WebCore/Modules/indexeddb/IDBDatabase.cpp	2012-06-14 05:10:43 UTC (rev 120279)
@@ -30,7 +30,6 @@
 
 #include "EventQueue.h"
 #include "ExceptionCode.h"
-#include "EventQueue.h"
 #include "IDBAny.h"
 #include "IDBDatabaseCallbacksImpl.h"
 #include "IDBDatabaseError.h"

Modified: trunk/Source/WebCore/WebCorePrefix.h (120278 => 120279)


--- trunk/Source/WebCore/WebCorePrefix.h	2012-06-14 04:37:22 UTC (rev 120278)
+++ trunk/Source/WebCore/WebCorePrefix.h	2012-06-14 05:10:43 UTC (rev 120279)
@@ -121,7 +121,6 @@
 
 #endif
 
-#include <sys/types.h>
 #if defined(__APPLE__)
 #include <sys/param.h>
 #endif
@@ -131,14 +130,11 @@
 #include <sys/resource.h>
 #endif
 
-#include <time.h>
-
 #if !defined(BUILDING_WX__)
 #include <CoreFoundation/CoreFoundation.h>
 #ifdef WTF_PLATFORM_WIN_CAIRO
 #include <ConditionalMacros.h>
 #include <windows.h>
-#include <stdio.h>
 #else
 
 #if defined(WIN32) || defined(_WIN32)

Modified: trunk/Source/WebCore/bindings/js/JSHTMLAllCollectionCustom.cpp (120278 => 120279)


--- trunk/Source/WebCore/bindings/js/JSHTMLAllCollectionCustom.cpp	2012-06-14 04:37:22 UTC (rev 120278)
+++ trunk/Source/WebCore/bindings/js/JSHTMLAllCollectionCustom.cpp	2012-06-14 05:10:43 UTC (rev 120279)
@@ -28,7 +28,6 @@
 
 #include "HTMLAllCollection.h"
 #include "JSDOMBinding.h"
-#include "JSHTMLAllCollection.h"
 #include "JSNode.h"
 #include "JSNodeList.h"
 #include "Node.h"

Modified: trunk/Source/WebCore/bindings/v8/V8Utilities.cpp (120278 => 120279)


--- trunk/Source/WebCore/bindings/v8/V8Utilities.cpp	2012-06-14 04:37:22 UTC (rev 120278)
+++ trunk/Source/WebCore/bindings/v8/V8Utilities.cpp	2012-06-14 05:10:43 UTC (rev 120279)
@@ -47,7 +47,6 @@
 #include "WorkerContextExecutionProxy.h"
 
 #include <wtf/Assertions.h>
-#include "Frame.h"
 
 #include <v8.h>
 

Modified: trunk/Source/WebCore/bindings/v8/custom/V8LocationCustom.cpp (120278 => 120279)


--- trunk/Source/WebCore/bindings/v8/custom/V8LocationCustom.cpp	2012-06-14 04:37:22 UTC (rev 120278)
+++ trunk/Source/WebCore/bindings/v8/custom/V8LocationCustom.cpp	2012-06-14 05:10:43 UTC (rev 120279)
@@ -41,7 +41,6 @@
 #include "V8BindingState.h"
 #include "V8DOMWindow.h"
 #include "V8EventListener.h"
-#include "V8Location.h"
 #include "V8Utilities.h"
 #include "V8Proxy.h"
 

Modified: trunk/Source/WebCore/bridge/NP_jsobject.cpp (120278 => 120279)


--- trunk/Source/WebCore/bridge/NP_jsobject.cpp	2012-06-14 04:37:22 UTC (rev 120278)
+++ trunk/Source/WebCore/bridge/NP_jsobject.cpp	2012-06-14 05:10:43 UTC (rev 120279)
@@ -45,7 +45,6 @@
 #include <runtime/PropertyNameArray.h>
 #include <parser/SourceCode.h>
 #include <runtime/Completion.h>
-#include <runtime/Completion.h>
 
 using namespace JSC;
 using namespace JSC::Bindings;

Modified: trunk/Source/WebCore/editing/Editor.cpp (120278 => 120279)


--- trunk/Source/WebCore/editing/Editor.cpp	2012-06-14 04:37:22 UTC (rev 120278)
+++ trunk/Source/WebCore/editing/Editor.cpp	2012-06-14 05:10:43 UTC (rev 120279)
@@ -66,7 +66,6 @@
 #include "NodeList.h"
 #include "Page.h"
 #include "Pasteboard.h"
-#include "TextCheckingHelper.h"
 #include "RemoveFormatCommand.h"
 #include "RenderBlock.h"
 #include "RenderPart.h"

Modified: trunk/Source/WebCore/html/HTMLMediaElement.cpp (120278 => 120279)


--- trunk/Source/WebCore/html/HTMLMediaElement.cpp	2012-06-14 04:37:22 UTC (rev 120278)
+++ trunk/Source/WebCore/html/HTMLMediaElement.cpp	2012-06-14 05:10:43 UTC (rev 120279)
@@ -86,7 +86,6 @@
 #include <wtf/text/CString.h>
 
 #if USE(ACCELERATED_COMPOSITING)
-#include "RenderView.h"
 #include "RenderLayerCompositor.h"
 #endif
 

Modified: trunk/Source/WebCore/platform/graphics/cairo/PlatformContextCairo.cpp (120278 => 120279)


--- trunk/Source/WebCore/platform/graphics/cairo/PlatformContextCairo.cpp	2012-06-14 04:37:22 UTC (rev 120278)
+++ trunk/Source/WebCore/platform/graphics/cairo/PlatformContextCairo.cpp	2012-06-14 05:10:43 UTC (rev 120279)
@@ -28,7 +28,6 @@
 #include "config.h"
 #include "PlatformContextCairo.h"
 
-#include "GraphicsContext.h"
 #include "CairoUtilities.h"
 #include "Gradient.h"
 #include "GraphicsContext.h"

Modified: trunk/Source/WebCore/rendering/InlineFlowBox.cpp (120278 => 120279)


--- trunk/Source/WebCore/rendering/InlineFlowBox.cpp	2012-06-14 04:37:22 UTC (rev 120278)
+++ trunk/Source/WebCore/rendering/InlineFlowBox.cpp	2012-06-14 05:10:43 UTC (rev 120279)
@@ -27,7 +27,6 @@
 #include "GraphicsContext.h"
 #include "InlineTextBox.h"
 #include "HitTestResult.h"
-#include "RootInlineBox.h"
 #include "RenderBlock.h"
 #include "RenderInline.h"
 #include "RenderLayer.h"
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to