| 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 6ff75dfc26c709727cc0b8a8cf3e177441eccceb..850724654ba2889b784404438123fc769793c2d1 100644
|
| --- a/third_party/WebKit/Source/core/html/HTMLFrameOwnerElement.h
|
| +++ b/third_party/WebKit/Source/core/html/HTMLFrameOwnerElement.h
|
| @@ -136,7 +136,7 @@ class SubframeLoadingDisabler {
|
|
|
| explicit SubframeLoadingDisabler(Node* root) : m_root(root) {
|
| if (m_root)
|
| - disabledSubtreeRoots().add(m_root);
|
| + disabledSubtreeRoots().insert(m_root);
|
| }
|
|
|
| ~SubframeLoadingDisabler() {
|
|
|