summaryrefslogtreecommitdiffstats
path: root/WebCore/platform/android
diff options
context:
space:
mode:
authorSteve Block <steveblock@google.com>2009-12-04 15:36:28 +0000
committerSteve Block <steveblock@google.com>2009-12-07 13:22:51 +0000
commit1d68587ce0a52acb0cb724ac362cee0a14bf1e8f (patch)
tree68fedd6510052622afedda1cd67a72d08a02d2c7 /WebCore/platform/android
parent6c9687c05aead139d549da6cfcccdfd65d2f4d26 (diff)
downloadexternal_webkit-1d68587ce0a52acb0cb724ac362cee0a14bf1e8f.zip
external_webkit-1d68587ce0a52acb0cb724ac362cee0a14bf1e8f.tar.gz
external_webkit-1d68587ce0a52acb0cb724ac362cee0a14bf1e8f.tar.bz2
Moves JSC-specific functions from jni_utility and moves them to a new jsc/jni_utility_private.h.
See https://bugs.webkit.org/show_bug.cgi?id=32157 Change-Id: I1f7f0bb6fa9e72ee3eeb31160e0a828b3d076fee
Diffstat (limited to 'WebCore/platform/android')
-rw-r--r--WebCore/platform/android/TemporaryLinkStubs.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/WebCore/platform/android/TemporaryLinkStubs.cpp b/WebCore/platform/android/TemporaryLinkStubs.cpp
index e1889f0..366368b 100644
--- a/WebCore/platform/android/TemporaryLinkStubs.cpp
+++ b/WebCore/platform/android/TemporaryLinkStubs.cpp
@@ -1,5 +1,5 @@
/*
- * Copyright 2007, The Android Open Source Project
+ * Copyright 2009, The Android Open Source Project
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
@@ -85,7 +85,7 @@
#include "JavaScriptCallFrame.h"
#include "JavaScriptDebugServer.h"
#include "JavaScriptProfile.h"
-#include "jni_utility.h"
+#include "jni_utility_private.h"
#endif
using namespace WebCore;