diff options
Diffstat (limited to 'webkit/port/bindings/v8/v8_index.cpp')
-rw-r--r-- | webkit/port/bindings/v8/v8_index.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/webkit/port/bindings/v8/v8_index.cpp b/webkit/port/bindings/v8/v8_index.cpp index 8b43fca..14c44d7 100644 --- a/webkit/port/bindings/v8/v8_index.cpp +++ b/webkit/port/bindings/v8/v8_index.cpp @@ -91,6 +91,7 @@ #include "V8HTMLModElement.h" #include "V8HTMLDataGridColElement.h" #include "V8HTMLDataGridElement.h" +#include "V8HTMLDataGridRowElement.h" #include "V8HTMLDirectoryElement.h" #include "V8HTMLDivElement.h" #include "V8HTMLDListElement.h" @@ -154,7 +155,6 @@ #include "V8TextEvent.h" #include "V8DOMCoreException.h" #include "V8DOMParser.h" -#include "V8DOMStringList.h" #include "V8DOMWindow.h" #include "V8Event.h" #include "V8EventException.h" |