| Index: third_party/WebKit/Source/core/html/HTMLIFrameElementSandbox.cpp
|
| diff --git a/third_party/WebKit/Source/core/html/HTMLIFrameElementSandbox.cpp b/third_party/WebKit/Source/core/html/HTMLIFrameElementSandbox.cpp
|
| index 4bc41db4365c72afa874950f1a90e771aac918b7..8a366af4c5f8544cd8ff28e3241a5478f06b2755 100644
|
| --- a/third_party/WebKit/Source/core/html/HTMLIFrameElementSandbox.cpp
|
| +++ b/third_party/WebKit/Source/core/html/HTMLIFrameElementSandbox.cpp
|
| @@ -6,8 +6,8 @@
|
|
|
| namespace blink {
|
|
|
| -HTMLIFrameElementSandbox::HTMLIFrameElementSandbox(DOMSettableTokenListObserver* observer)
|
| - : DOMSettableTokenList(observer)
|
| +HTMLIFrameElementSandbox::HTMLIFrameElementSandbox(DOMTokenListObserver* observer)
|
| + : DOMTokenList(observer)
|
| {
|
| }
|
|
|
|
|