Index: Source/core/dom/PopStateEvent.cpp |
diff --git a/Source/core/dom/PopStateEvent.cpp b/Source/core/dom/PopStateEvent.cpp |
index 78456c830c6a551a5fe4f125c7270b30f676243b..6bd19f349219cd03fea9059cf6ca766a7f14f7ad 100644 |
--- a/Source/core/dom/PopStateEvent.cpp |
+++ b/Source/core/dom/PopStateEvent.cpp |
@@ -43,7 +43,6 @@ PopStateEvent::PopStateEvent() |
PopStateEvent::PopStateEvent(const AtomicString& type, const PopStateEventInit& initializer) |
: Event(type, initializer) |
- , m_serializedState(0) |
, m_history(0) |
{ |
ScriptWrappable::init(this); |