| Index: Source/core/html/HTMLFrameOwnerElement.cpp
|
| diff --git a/Source/core/html/HTMLFrameOwnerElement.cpp b/Source/core/html/HTMLFrameOwnerElement.cpp
|
| index 20774db3cc50b436864598b568014e034aa8c0d2..acc7c420dede9138a963a8dd663932d3eaa4e9a3 100644
|
| --- a/Source/core/html/HTMLFrameOwnerElement.cpp
|
| +++ b/Source/core/html/HTMLFrameOwnerElement.cpp
|
| @@ -39,6 +39,7 @@ HTMLFrameOwnerElement::HTMLFrameOwnerElement(const QualifiedName& tagName, Docum
|
| : HTMLElement(tagName, document)
|
| , m_contentFrame(0)
|
| , m_sandboxFlags(SandboxNone)
|
| + , m_platformLayer(0)
|
| {
|
| }
|
|
|
|
|