diff options
Diffstat (limited to 'webkit/build/V8Bindings/SConscript')
-rw-r--r-- | webkit/build/V8Bindings/SConscript | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/webkit/build/V8Bindings/SConscript b/webkit/build/V8Bindings/SConscript index e3b0415..a1763aa 100644 --- a/webkit/build/V8Bindings/SConscript +++ b/webkit/build/V8Bindings/SConscript @@ -358,10 +358,12 @@ inputs = [ '$WEBCORE_DIR/bindings/v8/custom/V8CanvasRenderingContext2DCustom.cpp', '$WEBCORE_DIR/bindings/v8/custom/V8ClipboardCustom.cpp', '$WEBCORE_DIR/bindings/v8/custom/V8CSSStyleDeclarationCustom.cpp', + '$WEBCORE_DIR/bindings/v8/custom/V8DocumentCustom.cpp', '$WEBCORE_DIR/bindings/v8/custom/V8DOMParserConstructor.cpp', '$WEBCORE_DIR/bindings/v8/custom/V8DOMStringListCustom.cpp', '$WEBCORE_DIR/bindings/v8/custom/V8DOMWindowCustom.cpp', '$WEBCORE_DIR/bindings/v8/custom/V8EventCustom.cpp', + '$WEBCORE_DIR/bindings/v8/custom/V8HTMLCanvasElementCustom.cpp', '$WEBCORE_DIR/bindings/v8/custom/V8HTMLCollectionCustom.cpp', '$WEBCORE_DIR/bindings/v8/custom/V8HTMLDocumentCustom.cpp', '$WEBCORE_DIR/bindings/v8/custom/V8HTMLFormElementCustom.cpp', |