Index: webkit/port/bindings/v8/v8_custom.h |
=================================================================== |
--- webkit/port/bindings/v8/v8_custom.h (revision 10557) |
+++ webkit/port/bindings/v8/v8_custom.h (working copy) |
@@ -338,6 +338,21 @@ |
DECLARE_CALLBACK(ElementSetAttributeNodeNS) |
// Implementation of custom Location methods. |
+DECLARE_PROPERTY_ACCESSOR_SETTER(LocationProtocol) |
+DECLARE_PROPERTY_ACCESSOR_SETTER(LocationHost) |
+DECLARE_PROPERTY_ACCESSOR_SETTER(LocationHostname) |
+DECLARE_PROPERTY_ACCESSOR_SETTER(LocationPort) |
+DECLARE_PROPERTY_ACCESSOR_SETTER(LocationPathname) |
+DECLARE_PROPERTY_ACCESSOR_SETTER(LocationSearch) |
+DECLARE_PROPERTY_ACCESSOR_SETTER(LocationHash) |
+DECLARE_PROPERTY_ACCESSOR_SETTER(LocationHref) |
+DECLARE_PROPERTY_ACCESSOR_GETTER(LocationAssign) |
+DECLARE_PROPERTY_ACCESSOR_GETTER(LocationReplace) |
+DECLARE_PROPERTY_ACCESSOR_GETTER(LocationReload) |
+DECLARE_CALLBACK(LocationAssign) |
+DECLARE_CALLBACK(LocationReplace) |
+DECLARE_CALLBACK(LocationReload) |
+DECLARE_CALLBACK(LocationToString) |
DECLARE_CALLBACK(LocationValueOf) |
// Implementation of EventTarget::addEventListener |