Changeset 50049 in webkit


Ignore:
Timestamp:
Oct 25, 2009 9:33:02 PM (15 years ago)
Author:
eric@webkit.org
Message:

2009-10-25 Anton Muhin <antonm@chromium.org>

Reviewed by Adam Barth.

Reuse already fetched proxy.
https://bugs.webkit.org/show_bug.cgi?id=30747

  • bindings/v8/V8DOMWrapper.cpp: (WebCore::V8DOMWrapper::convertNewNodeToV8Object):
Location:
trunk/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/WebCore/ChangeLog

    r50047 r50049  
     12009-10-25  Anton Muhin  <antonm@chromium.org>
     2
     3        Reviewed by Adam Barth.
     4
     5        Reuse already fetched proxy.
     6        https://bugs.webkit.org/show_bug.cgi?id=30747
     7
     8        * bindings/v8/V8DOMWrapper.cpp:
     9        (WebCore::V8DOMWrapper::convertNewNodeToV8Object):
     10
    1112009-10-25  Laszlo Gombos  <laszlo.1.gombos@nokia.com>
    212
  • trunk/WebCore/bindings/v8/V8DOMWrapper.cpp

    r49949 r50049  
    12751275    v8::Handle<v8::Context> context;
    12761276    if (proxy)
    1277         context = V8Proxy::context(proxy->frame());
     1277        context = proxy->context();
    12781278
    12791279    // Enter the node's context and create the wrapper in that context.
Note: See TracChangeset for help on using the changeset viewer.