diff options
Diffstat (limited to 'WebCore/Android.jscbindings.mk')
-rw-r--r-- | WebCore/Android.jscbindings.mk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/WebCore/Android.jscbindings.mk b/WebCore/Android.jscbindings.mk index ceb1f66..7a44e51 100644 --- a/WebCore/Android.jscbindings.mk +++ b/WebCore/Android.jscbindings.mk @@ -92,6 +92,7 @@ LOCAL_SRC_FILES += \ bindings/js/JSDataGridColumnListCustom.cpp \ bindings/js/JSDataGridDataSource.cpp \ bindings/js/JSDatabaseCustom.cpp \ + bindings/js/JSDatabaseSyncCustom.cpp \ bindings/js/JSDedicatedWorkerContextCustom.cpp \ bindings/js/JSDocumentCustom.cpp \ bindings/js/JSElementCustom.cpp \ @@ -140,6 +141,7 @@ LOCAL_SRC_FILES += \ bindings/js/JSPopStateEventCustom.cpp \ bindings/js/JSSQLResultSetRowListCustom.cpp \ bindings/js/JSSQLTransactionCustom.cpp \ + bindings/js/JSSQLTransactionSyncCustom.cpp \ bindings/js/JSSVGElementInstanceCustom.cpp \ bindings/js/JSSVGLengthCustom.cpp \ bindings/js/JSSVGMatrixCustom.cpp \ |