From a6e8bc495bcdb6c1484ea88bb2f8aa03f6603765 Mon Sep 17 00:00:00 2001 From: "ojan@google.com" Date: Mon, 9 Feb 2009 18:33:50 +0000 Subject: Reverting 9393. Merge still broken on a mac clobber build. Review URL: http://codereview.chromium.org/20182 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@9394 0039d316-1c4b-4281-b951-d872f2087c98 --- webkit/port/bindings/v8/v8_custom.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'webkit/port/bindings/v8/v8_custom.h') diff --git a/webkit/port/bindings/v8/v8_custom.h b/webkit/port/bindings/v8/v8_custom.h index 72f9979..99eeca3 100644 --- a/webkit/port/bindings/v8/v8_custom.h +++ b/webkit/port/bindings/v8/v8_custom.h @@ -309,8 +309,8 @@ DECLARE_CALLBACK(LocationValueOf) // Implementation of EventTarget::addEventListener // and EventTarget::removeEventListener -DECLARE_CALLBACK(NodeAddEventListener) -DECLARE_CALLBACK(NodeRemoveEventListener) +DECLARE_CALLBACK(EventTargetNodeAddEventListener) +DECLARE_CALLBACK(EventTargetNodeRemoveEventListener) // Custom implementation is Navigator properties. // We actually only need this because WebKit has -- cgit v1.1