Title: [120941] trunk/Source/_javascript_Core
Revision
120941
Author
[email protected]
Date
2012-06-21 10:34:26 -0700 (Thu, 21 Jun 2012)

Log Message

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

Patch by Arnaud Renevier <[email protected]> on 2012-06-21
Reviewed by Alexey Proskuryakov.

* bytecode/CodeBlock.h:
* heap/MachineStackMarker.cpp:
* runtime/JSVariableObject.h:

Modified Paths

Diff

Modified: trunk/Source/_javascript_Core/ChangeLog (120940 => 120941)


--- trunk/Source/_javascript_Core/ChangeLog	2012-06-21 17:34:23 UTC (rev 120940)
+++ trunk/Source/_javascript_Core/ChangeLog	2012-06-21 17:34:26 UTC (rev 120941)
@@ -1,3 +1,14 @@
+2012-06-21  Arnaud Renevier  <[email protected]>
+
+        make sure headers are included only once per file
+        https://bugs.webkit.org/show_bug.cgi?id=88922
+
+        Reviewed by Alexey Proskuryakov.
+
+        * bytecode/CodeBlock.h:
+        * heap/MachineStackMarker.cpp:
+        * runtime/JSVariableObject.h:
+
 2012-06-21  Ryuan Choi  <[email protected]>
 
         [EFL][WK2] Make WebKit2/Efl headers and resources installable.

Modified: trunk/Source/_javascript_Core/bytecode/CodeBlock.h (120940 => 120941)


--- trunk/Source/_javascript_Core/bytecode/CodeBlock.h	2012-06-21 17:34:23 UTC (rev 120940)
+++ trunk/Source/_javascript_Core/bytecode/CodeBlock.h	2012-06-21 17:34:26 UTC (rev 120941)
@@ -69,7 +69,6 @@
 #include <wtf/RefPtr.h>
 #include <wtf/SegmentedVector.h>
 #include <wtf/Vector.h>
-#include "StructureStubInfo.h"
 
 namespace JSC {
 

Modified: trunk/Source/_javascript_Core/heap/MachineStackMarker.cpp (120940 => 120941)


--- trunk/Source/_javascript_Core/heap/MachineStackMarker.cpp	2012-06-21 17:34:23 UTC (rev 120940)
+++ trunk/Source/_javascript_Core/heap/MachineStackMarker.cpp	2012-06-21 17:34:26 UTC (rev 120941)
@@ -45,7 +45,6 @@
 
 #elif OS(UNIX)
 
-#include <stdlib.h>
 #include <sys/mman.h>
 #include <unistd.h>
 

Modified: trunk/Source/_javascript_Core/runtime/JSVariableObject.h (120940 => 120941)


--- trunk/Source/_javascript_Core/runtime/JSVariableObject.h	2012-06-21 17:34:23 UTC (rev 120940)
+++ trunk/Source/_javascript_Core/runtime/JSVariableObject.h	2012-06-21 17:34:26 UTC (rev 120941)
@@ -35,7 +35,6 @@
 #include "SymbolTable.h"
 #include <wtf/UnusedParam.h>
 #include <wtf/OwnArrayPtr.h>
-#include <wtf/UnusedParam.h>
 
 namespace JSC {
 
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to