Index: third_party/WebKit/Source/core/html/HTMLIFrameElement.h |
diff --git a/third_party/WebKit/Source/core/html/HTMLIFrameElement.h b/third_party/WebKit/Source/core/html/HTMLIFrameElement.h |
index c0a342c73efff72fbf4f478c2259a854b803a6d9..28608d87c00fb2a0e729b2bc1e4d8d0cfc2e8369 100644 |
--- a/third_party/WebKit/Source/core/html/HTMLIFrameElement.h |
+++ b/third_party/WebKit/Source/core/html/HTMLIFrameElement.h |
@@ -29,14 +29,14 @@ |
namespace blink { |
-class HTMLIFrameElement final : public HTMLFrameElementBase, public DOMSettableTokenListObserver { |
+class HTMLIFrameElement final : public HTMLFrameElementBase, public DOMTokenListObserver { |
DEFINE_WRAPPERTYPEINFO(); |
WILL_BE_USING_GARBAGE_COLLECTED_MIXIN(HTMLIFrameElement); |
public: |
DECLARE_NODE_FACTORY(HTMLIFrameElement); |
DECLARE_VIRTUAL_TRACE(); |
~HTMLIFrameElement() override; |
- DOMSettableTokenList* sandbox() const; |
+ DOMTokenList* sandbox() const; |
private: |
explicit HTMLIFrameElement(Document&); |