Changeset 52938 in webkit


Ignore:
Timestamp:
Jan 7, 2010 12:08:19 PM (14 years ago)
Author:
abarth@webkit.org
Message:

2010-01-07 Adam Barth <abarth@webkit.org>

Unreviewed. Resolve merge conflict.

  • bindings/v8/V8Proxy.cpp: (WebCore::V8Proxy::setContextDebugId):
Location:
trunk/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/WebCore/ChangeLog

    r52937 r52938  
     12010-01-07  Adam Barth  <abarth@webkit.org>
     2
     3        Unreviewed.  Resolve merge conflict.
     4
     5        * bindings/v8/V8Proxy.cpp:
     6        (WebCore::V8Proxy::setContextDebugId):
     7
    182010-01-07  Adam Barth  <abarth@webkit.org>
    29
  • trunk/WebCore/bindings/v8/V8Proxy.cpp

    r52937 r52938  
    831831{
    832832    ASSERT(debugId > 0);
    833 <<<<<<< HEAD
    834833    v8::HandleScope scope;
    835     v8::Local<v8::Context> context = m_frame->script()->mainWorldWindowShell()->localHandleForContext();
    836 =======
    837834    v8::Handle<v8::Context> context = windowShell()->context();
    838 >>>>>>> 99d3c27... 2010-01-05  Adam Barth  <abarth@webkit.org>
    839835    if (context.IsEmpty())
    840836        return false;
Note: See TracChangeset for help on using the changeset viewer.