diff options
Diffstat (limited to 'WebCore/Android.jscbindings.mk')
-rw-r--r-- | WebCore/Android.jscbindings.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/WebCore/Android.jscbindings.mk b/WebCore/Android.jscbindings.mk index dfc7b9f..bc8a494 100644 --- a/WebCore/Android.jscbindings.mk +++ b/WebCore/Android.jscbindings.mk @@ -127,6 +127,7 @@ LOCAL_SRC_FILES += \ bindings/js/JSHTMLInputElementCustom.cpp \ bindings/js/JSHTMLObjectElementCustom.cpp \ bindings/js/JSHTMLOptionsCollectionCustom.cpp \ + bindings/js/JSHTMLOutputElementCustom.cpp \ bindings/js/JSHTMLSelectElementCustom.cpp \ bindings/js/JSHistoryCustom.cpp \ bindings/js/JSIDBAnyCustom.cpp \ @@ -182,8 +183,7 @@ LOCAL_SRC_FILES += \ bindings/js/JSXSLTProcessorCustom.cpp \ bindings/js/ScheduledAction.cpp \ bindings/js/ScriptCachedFrameData.cpp \ - bindings/js/ScriptCallFrame.cpp \ - bindings/js/ScriptCallStack.cpp \ + bindings/js/ScriptCallStackFactory.cpp \ bindings/js/ScriptController.cpp \ bindings/js/ScriptControllerAndroid.cpp \ bindings/js/ScriptEventListener.cpp \ |