diff options
Diffstat (limited to 'webkit/port/bindings/v8/v8_custom.h')
-rw-r--r-- | webkit/port/bindings/v8/v8_custom.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/webkit/port/bindings/v8/v8_custom.h b/webkit/port/bindings/v8/v8_custom.h index ef2fb4d..6ce3239 100644 --- a/webkit/port/bindings/v8/v8_custom.h +++ b/webkit/port/bindings/v8/v8_custom.h @@ -286,6 +286,9 @@ DECLARE_CALLBACK(ElementSetAttributeNode) DECLARE_CALLBACK(ElementSetAttributeNS) DECLARE_CALLBACK(ElementSetAttributeNodeNS) +// Implementation of custom Location methods. +DECLARE_CALLBACK(LocationValueOf) + // Implementation of EventTarget::addEventListener // and EventTarget::removeEventListener DECLARE_CALLBACK(EventTargetNodeAddEventListener) |