diff options
Diffstat (limited to 'src/3rdparty/webkit/WebCore/generated/JSHTMLCollection.cpp')
-rw-r--r-- | src/3rdparty/webkit/WebCore/generated/JSHTMLCollection.cpp | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/src/3rdparty/webkit/WebCore/generated/JSHTMLCollection.cpp b/src/3rdparty/webkit/WebCore/generated/JSHTMLCollection.cpp index 3d2f98a..7ff47ac 100644 --- a/src/3rdparty/webkit/WebCore/generated/JSHTMLCollection.cpp +++ b/src/3rdparty/webkit/WebCore/generated/JSHTMLCollection.cpp @@ -19,12 +19,8 @@ */ #include "config.h" - #include "JSHTMLCollection.h" -#include <wtf/GetPtr.h> - -#include <runtime/PropertyNameArray.h> #include "AtomicString.h" #include "HTMLCollection.h" #include "JSNode.h" @@ -32,9 +28,10 @@ #include "NameNodeList.h" #include "Node.h" #include "NodeList.h" - #include <runtime/Error.h> #include <runtime/JSNumberCell.h> +#include <runtime/PropertyNameArray.h> +#include <wtf/GetPtr.h> using namespace JSC; |