| Index: third_party/WebKit/Source/core/html/HTMLFrameOwnerElement.h
|
| diff --git a/third_party/WebKit/Source/core/html/HTMLFrameOwnerElement.h b/third_party/WebKit/Source/core/html/HTMLFrameOwnerElement.h
|
| index 850724654ba2889b784404438123fc769793c2d1..e221b8ea0203b4e1853d610461d638111bfb8871 100644
|
| --- a/third_party/WebKit/Source/core/html/HTMLFrameOwnerElement.h
|
| +++ b/third_party/WebKit/Source/core/html/HTMLFrameOwnerElement.h
|
| @@ -141,7 +141,7 @@ class SubframeLoadingDisabler {
|
|
|
| ~SubframeLoadingDisabler() {
|
| if (m_root)
|
| - disabledSubtreeRoots().remove(m_root);
|
| + disabledSubtreeRoots().erase(m_root);
|
| }
|
|
|
| static bool canLoadFrame(HTMLFrameOwnerElement& owner) {
|
|
|