12010-01-13 Steve Block <steveblock@google.com>
2
3 Update appendClassName in jni_runtime.cpp to use WebCore::StringBuilder, rather than JSC::StringBuilder.
4 https://bugs.webkit.org/show_bug.cgi?id=33586
5
6 Avoiding the JSC version of StringBuilder allows this file to be used with both JSC and V8 on Android.
7
8 No new tests, refactoring only.
9
10 * bridge/jni/jni_runtime.cpp: Modified.
11 (JavaMethod::signature): Modified. Use WebCore::StringBuilder.
12