From 77f30b95d6137f681076291bb67f0f3bdb84da5d Mon Sep 17 00:00:00 2001 From: "japhet@chromium.org" Date: Tue, 4 Aug 2009 23:47:46 +0000 Subject: Revert r22390. BUG=none TEST=none Review URL: http://codereview.chromium.org/159884 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@22443 0039d316-1c4b-4281-b951-d872f2087c98 --- webkit/api/src/WebBindings.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'webkit/api/src/WebBindings.cpp') diff --git a/webkit/api/src/WebBindings.cpp b/webkit/api/src/WebBindings.cpp index f0aa9d4..0aee60e 100644 --- a/webkit/api/src/WebBindings.cpp +++ b/webkit/api/src/WebBindings.cpp @@ -196,7 +196,7 @@ void WebBindings::extractIdentifierData(const NPIdentifier& identifier, const NP static v8::Local getEvent(const v8::Handle& context) { static v8::Persistent eventSymbol(v8::Persistent::New(v8::String::NewSymbol("event"))); - return context->Global()->Get(eventSymbol); + return context->Global()->GetHiddenValue(eventSymbol); } static bool getDragDataImpl(NPObject* npobj, int* eventId, WebDragData* data) -- cgit v1.1