Index: third_party/WebKit/Source/core/frame/History.h |
diff --git a/third_party/WebKit/Source/core/frame/History.h b/third_party/WebKit/Source/core/frame/History.h |
index 11622bab7b60a7de367ee6c804a9844d2fbbce7a..5c30f0886eda0a1c45ca9524a3016d9291085457 100644 |
--- a/third_party/WebKit/Source/core/frame/History.h |
+++ b/third_party/WebKit/Source/core/frame/History.h |
@@ -42,6 +42,7 @@ class ExecutionContext; |
class ExceptionState; |
class SecurityOrigin; |
+// This class corresponds to the History interface. |
class CORE_EXPORT History final : public GarbageCollectedFinalized<History>, |
public ScriptWrappable, |
public DOMWindowProperty { |