| Index: third_party/WebKit/Source/core/html/HTMLIFrameElement.cpp
|
| diff --git a/third_party/WebKit/Source/core/html/HTMLIFrameElement.cpp b/third_party/WebKit/Source/core/html/HTMLIFrameElement.cpp
|
| index a68f5d7774d4e23cd38ff2668fc0550fc47c248b..86f95d4515935500e6d51a7c09d9b3f1b2ea6d82 100644
|
| --- a/third_party/WebKit/Source/core/html/HTMLIFrameElement.cpp
|
| +++ b/third_party/WebKit/Source/core/html/HTMLIFrameElement.cpp
|
| @@ -63,6 +63,8 @@ DOMTokenList* HTMLIFrameElement::sandbox() const
|
|
|
| DOMTokenList* HTMLIFrameElement::permissions() const
|
| {
|
| + if (!const_cast<HTMLIFrameElement*>(this)->initializePermissionsAttribute())
|
| + return nullptr;
|
| return m_permissions.get();
|
| }
|
|
|
|
|