| Index: third_party/WebKit/Source/core/html/HTMLFrameOwnerElement.cpp
|
| diff --git a/third_party/WebKit/Source/core/html/HTMLFrameOwnerElement.cpp b/third_party/WebKit/Source/core/html/HTMLFrameOwnerElement.cpp
|
| index 9a425115a02a6afa53ff3e15250a1e94ed83b4da..4d8f1db9327786edd03c01988480403e0e49f1bd 100644
|
| --- a/third_party/WebKit/Source/core/html/HTMLFrameOwnerElement.cpp
|
| +++ b/third_party/WebKit/Source/core/html/HTMLFrameOwnerElement.cpp
|
| @@ -59,7 +59,7 @@ static WidgetSet& widgetsPendingDispose() {
|
|
|
| SubframeLoadingDisabler::SubtreeRootSet&
|
| SubframeLoadingDisabler::disabledSubtreeRoots() {
|
| - DEFINE_STATIC_LOCAL(SubtreeRootSet, nodes, (new SubtreeRootSet));
|
| + DEFINE_STATIC_LOCAL(SubtreeRootSet, nodes, ());
|
| return nodes;
|
| }
|
|
|
|
|