diff options
Diffstat (limited to 'WebCore/Android.v8bindings.mk')
-rw-r--r-- | WebCore/Android.v8bindings.mk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/WebCore/Android.v8bindings.mk b/WebCore/Android.v8bindings.mk index 7f9b6ae..15d7d6e 100644 --- a/WebCore/Android.v8bindings.mk +++ b/WebCore/Android.v8bindings.mk @@ -116,6 +116,7 @@ LOCAL_SRC_FILES += \ bindings/v8/custom/V8DOMWindowCustom.cpp \ bindings/v8/custom/V8DataGridColumnListCustom.cpp \ bindings/v8/custom/V8DatabaseCustom.cpp \ + bindings/v8/custom/V8DatabaseSyncCustom.cpp \ bindings/v8/custom/V8DedicatedWorkerContextCustom.cpp \ bindings/v8/custom/V8DocumentCustom.cpp \ bindings/v8/custom/V8DocumentLocationCustom.cpp \ @@ -153,6 +154,7 @@ LOCAL_SRC_FILES += \ bindings/v8/custom/V8PopStateEventCustom.cpp \ bindings/v8/custom/V8SQLResultSetRowListCustom.cpp \ bindings/v8/custom/V8SQLTransactionCustom.cpp \ + bindings/v8/custom/V8SQLTransactionSyncCustom.cpp \ bindings/v8/custom/V8WebSocketCustom.cpp ifeq ($(ENABLE_SVG), true) |