From 54c7b5fa917905784d2d3d5c1ca6a914a6e86334 Mon Sep 17 00:00:00 2001 From: Feng Qian Date: Fri, 17 Jul 2009 22:43:49 -0700 Subject: Add indexed getter for TouchList. http://maps.google.com/maps/m uses TouchEvent.touches[i], which requires a customized index getter. --- V8Binding/V8Binding.derived.mk | 1 + 1 file changed, 1 insertion(+) (limited to 'V8Binding/V8Binding.derived.mk') diff --git a/V8Binding/V8Binding.derived.mk b/V8Binding/V8Binding.derived.mk index d269e04..efb1456 100644 --- a/V8Binding/V8Binding.derived.mk +++ b/V8Binding/V8Binding.derived.mk @@ -103,6 +103,7 @@ WEBCORE_SRC_FILES := \ bindings/v8/custom/V8SQLResultSetRowListCustom.cpp \ bindings/v8/custom/V8SQLTransactionCustom.cpp \ bindings/v8/custom/V8StorageCustom.cpp \ + bindings/v8/custom/V8TouchListCustom.cpp \ ifeq ($(ENABLE_SVG), true) WEBCORE_SRC_FILES := $(WEBCORE_SRC_FILES) \ -- cgit v1.1