Changeset 91366 in webkit
- Timestamp:
- Jul 20, 2011, 8:38:13 AM (14 years ago)
- Location:
- trunk/Source/WebCore
- Files:
-
- 2 edited
-
ChangeLog (modified) (1 diff)
-
bridge/jni/jsc/JavaInstanceJSC.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/WebCore/ChangeLog
r91364 r91366 1 2011-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 1 8 2011-07-20 Tommy Widenflycht <tommyw@google.com> 2 9 -
trunk/Source/WebCore/bridge/jni/jsc/JavaInstanceJSC.cpp
r91355 r91366 172 172 173 173 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()); 175 175 176 176 Vector<jvalue> jArgs(count);
Note:
See TracChangeset
for help on using the changeset viewer.