Index: third_party/WebKit/Source/core/html/HTMLIFrameElement.cpp |
diff --git a/third_party/WebKit/Source/core/html/HTMLIFrameElement.cpp b/third_party/WebKit/Source/core/html/HTMLIFrameElement.cpp |
index a7cfbfde49adc30e5b00a07f9fb3ff5ff1e6aee0..409c0396259984ce2e5127b443b6faf09dbb8cb3 100644 |
--- a/third_party/WebKit/Source/core/html/HTMLIFrameElement.cpp |
+++ b/third_party/WebKit/Source/core/html/HTMLIFrameElement.cpp |
@@ -49,7 +49,7 @@ DEFINE_TRACE(HTMLIFrameElement) |
{ |
visitor->trace(m_sandbox); |
HTMLFrameElementBase::trace(visitor); |
- DOMSettableTokenListObserver::trace(visitor); |
+ DOMTokenListObserver::trace(visitor); |
} |
HTMLIFrameElement::~HTMLIFrameElement() |
@@ -59,7 +59,7 @@ HTMLIFrameElement::~HTMLIFrameElement() |
#endif |
} |
-DOMSettableTokenList* HTMLIFrameElement::sandbox() const |
+DOMTokenList* HTMLIFrameElement::sandbox() const |
{ |
return m_sandbox.get(); |
} |