[Webkit-unassigned] [Bug 27826] [V8] Remove bug-bait V8Proxy::context()

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jul 29 23:50:09 PDT 2009


https://bugs.webkit.org/show_bug.cgi?id=27826


David Levin <levin at chromium.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #33760|review?                     |review+
               Flag|                            |




--- Comment #2 from David Levin <levin at chromium.org>  2009-07-29 23:50:08 PDT ---
(From update of attachment 33760)
> Index: WebCore/bindings/v8/V8Proxy.cpp
> +    v8::Context::Scope contextScope(m_context);

This is more than just a transform on this line.

This line would be equivalent to what was there before: 
   v8::Context::Scope contextScope(v8::Local<v8::Context>::New(m_context));


So r+ if you make this change to make it equivalent to before.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list