Index: third_party/WebKit/Source/core/html/HTMLIFrameElement.idl |
diff --git a/third_party/WebKit/Source/core/html/HTMLIFrameElement.idl b/third_party/WebKit/Source/core/html/HTMLIFrameElement.idl |
index 2b834dd1dc23f2cb31b3118fdb82dd4e55cec8bf..1c98d8136a73cfa2da00afe5edba6131bc993599 100644 |
--- a/third_party/WebKit/Source/core/html/HTMLIFrameElement.idl |
+++ b/third_party/WebKit/Source/core/html/HTMLIFrameElement.idl |
@@ -24,7 +24,7 @@ interface HTMLIFrameElement : HTMLElement { |
[Reflect, URL] attribute DOMString src; |
[Reflect] attribute DOMString srcdoc; |
[Reflect] attribute DOMString name; |
- [PutForwards=value] readonly attribute DOMSettableTokenList sandbox; |
+ [PutForwards=value] readonly attribute DOMTokenList sandbox; |
// Note: The seamless attribute was once supported, but was removed. |
[Reflect] attribute boolean allowFullscreen; |
[Reflect] attribute DOMString width; |