diff options
Diffstat (limited to 'WebKit/android/jni/WebCoreJniOnLoad.cpp')
| -rw-r--r-- | WebKit/android/jni/WebCoreJniOnLoad.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/WebKit/android/jni/WebCoreJniOnLoad.cpp b/WebKit/android/jni/WebCoreJniOnLoad.cpp index 1a3c676..396d97e 100644 --- a/WebKit/android/jni/WebCoreJniOnLoad.cpp +++ b/WebKit/android/jni/WebCoreJniOnLoad.cpp @@ -195,7 +195,8 @@ EXPORT void benchmark(const char* url, int reloadCount, int width, int height) { new InspectorClientAndroid, 0, // PluginHalterClient 0, // GeolocationControllerClient - 0); // DeviceOrientationClient + 0, // DeviceOrientationClient + 0); // BackForwardClient editor->setPage(page); // Create MyWebFrame that intercepts network requests |
