diff options
author | Steve Block <steveblock@google.com> | 2009-07-23 15:36:21 +0100 |
---|---|---|
committer | Steve Block <steveblock@google.com> | 2009-07-24 15:00:09 +0100 |
commit | 7ad3d374c8125c81503386bf888b4471ee05a926 (patch) | |
tree | b4ab211c7baabb09f28b143fc78857b2d28269e7 /V8Binding/binding | |
parent | a60a418400e4a7700fbef16df055a5aa7314c75b (diff) | |
download | external_webkit-7ad3d374c8125c81503386bf888b4471ee05a926.zip external_webkit-7ad3d374c8125c81503386bf888b4471ee05a926.tar.gz external_webkit-7ad3d374c8125c81503386bf888b4471ee05a926.tar.bz2 |
Android specifics for 'Removes uneccessary IDL files for Geolocation permissions'.
Diffstat (limited to 'V8Binding/binding')
-rw-r--r-- | V8Binding/binding/v8_index.cpp | 1 | ||||
-rw-r--r-- | V8Binding/binding/v8_index.h | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/V8Binding/binding/v8_index.cpp b/V8Binding/binding/v8_index.cpp index e732031..a36337c 100644 --- a/V8Binding/binding/v8_index.cpp +++ b/V8Binding/binding/v8_index.cpp @@ -392,7 +392,6 @@ #include "V8Geolocation.h" #include "V8Geoposition.h" #include "V8PositionError.h" -#include "V8PositionErrorCallback.h" #include "V8Touch.h" #include "V8TouchList.h" #include "V8TouchEvent.h" diff --git a/V8Binding/binding/v8_index.h b/V8Binding/binding/v8_index.h index 2a809e1..056d1d2 100644 --- a/V8Binding/binding/v8_index.h +++ b/V8Binding/binding/v8_index.h @@ -389,7 +389,6 @@ typedef v8::Persistent<v8::FunctionTemplate> (*FunctionTemplateFactory)(); V(GEOLOCATION, Geolocation) \ V(GEOPOSITION, Geoposition) \ V(POSITIONERROR, PositionError) \ - V(POSITIONERRORCALLBACK, PositionErrorCallback) \ V(TOUCHLIST, TouchList) \ V(TOUCHEVENT, TouchEvent) \ V(TOUCH, Touch) \ |