Changeset 91366 in webkit


Ignore:
Timestamp:
Jul 20, 2011, 8:38:13 AM (14 years ago)
Author:
rniwa@webkit.org
Message:

Speculative build fix after r91355.

  • bridge/jni/jsc/JavaInstanceJSC.cpp:

(JavaInstance::invokeMethod):

Location:
trunk/Source/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebCore/ChangeLog

    r91364 r91366  
     12011-07-20  Ryosuke Niwa  <rniwa@webkit.org>
     2
     3        Speculative build fix after r91355.
     4
     5        * bridge/jni/jsc/JavaInstanceJSC.cpp:
     6        (JavaInstance::invokeMethod):
     7
    182011-07-20  Tommy Widenflycht  <tommyw@google.com>
    29
  • trunk/Source/WebCore/bridge/jni/jsc/JavaInstanceJSC.cpp

    r91355 r91366  
    172172
    173173    const JavaMethod* jMethod = static_cast<const JavaMethod*>(method);
    174     LOG(LiveConnect, "JavaInstance::invokeMethod call %s %s on %p", UString(jMethod->name().impl()).utf8().data(), jMethod->signature(), m_instance->m_instance);
     174    LOG(LiveConnect, "JavaInstance::invokeMethod call %s %s on %p", UString(jMethod->name().impl()).utf8().data(), jMethod->signature(), m_instance->instance());
    175175
    176176    Vector<jvalue> jArgs(count);
Note: See TracChangeset for help on using the changeset viewer.