Index: Source/core/frame/History.h |
diff --git a/Source/core/frame/History.h b/Source/core/frame/History.h |
index 78993c2bedb5c78f2d87d351a3052efaa1c4797d..564f53c40ae9c36887495cbd2e7be480a9ed297d 100644 |
--- a/Source/core/frame/History.h |
+++ b/Source/core/frame/History.h |
@@ -56,7 +56,7 @@ public: |
void back(ExecutionContext*); |
void forward(ExecutionContext*); |
- void go(ExecutionContext*, int distance); |
+ void go(ExecutionContext*, int delta); |
void pushState(PassRefPtr<SerializedScriptValue> data, const String& title, const String& url, const StateOptions& options, ExceptionState& exceptionState) |
{ |