summaryrefslogtreecommitdiffstats
path: root/WebCore/Android.v8bindings.mk
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/Android.v8bindings.mk')
-rw-r--r--WebCore/Android.v8bindings.mk4
1 files changed, 4 insertions, 0 deletions
diff --git a/WebCore/Android.v8bindings.mk b/WebCore/Android.v8bindings.mk
index 29ae3f9..603ca74 100644
--- a/WebCore/Android.v8bindings.mk
+++ b/WebCore/Android.v8bindings.mk
@@ -204,3 +204,7 @@ LOCAL_SRC_FILES += \
# For XPath.
LOCAL_SRC_FILES += \
bindings/v8/custom/V8CustomXPathNSResolver.cpp
+
+# For XSLT.
+LOCAL_SRC_FILES += \
+ bindings/v8/custom/V8XSLTProcessorCustom.cpp