summaryrefslogtreecommitdiffstats
path: root/WebCore/page/History.h
diff options
context:
space:
mode:
authorCary Clark <cary@android.com>2011-02-16 07:56:22 -0800
committerAndroid (Google) Code Review <android-gerrit@google.com>2011-02-16 07:56:22 -0800
commitab420739ed8c917b526cbe0823415288df13baf8 (patch)
tree7cbd1d85cb1600567c3d412ce63e86a03bd75523 /WebCore/page/History.h
parent944d70ebdb065af6f4c2438f418c7defb18a3aee (diff)
parent35d2bd6c7e3a089eb4a8d6e074f53a13f471289e (diff)
downloadexternal_webkit-ab420739ed8c917b526cbe0823415288df13baf8.zip
external_webkit-ab420739ed8c917b526cbe0823415288df13baf8.tar.gz
external_webkit-ab420739ed8c917b526cbe0823415288df13baf8.tar.bz2
Merge "apply essential security patches"
Diffstat (limited to 'WebCore/page/History.h')
-rw-r--r--WebCore/page/History.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/WebCore/page/History.h b/WebCore/page/History.h
index e885847..9ec1914 100644
--- a/WebCore/page/History.h
+++ b/WebCore/page/History.h
@@ -34,6 +34,7 @@
namespace WebCore {
class Frame;
+class ScriptExecutionContext;
class SerializedScriptValue;
typedef int ExceptionCode;
@@ -49,6 +50,10 @@ public:
void forward();
void go(int distance);
+ void back(ScriptExecutionContext*);
+ void forward(ScriptExecutionContext*);
+ void go(ScriptExecutionContext*, int distance);
+
enum StateObjectType {
StateObjectPush,
StateObjectReplace