| Index: third_party/WebKit/Source/core/dom/Element.idl
|
| diff --git a/third_party/WebKit/Source/core/dom/Element.idl b/third_party/WebKit/Source/core/dom/Element.idl
|
| index c6869f2af61f21362d76336be0d83ad52dc367cc..8ea893fba4ce208e5ffa4ac9fec364f0ae16ca6e 100644
|
| --- a/third_party/WebKit/Source/core/dom/Element.idl
|
| +++ b/third_party/WebKit/Source/core/dom/Element.idl
|
| @@ -34,6 +34,7 @@ interface Element : Node {
|
| [CEReactions, Reflect] attribute DOMString id;
|
| [CEReactions, Reflect=class] attribute DOMString className;
|
| [SameObject, CEReactions, PerWorldBindings, PutForwards=value] readonly attribute DOMTokenList classList;
|
| + [CEReactions] attribute DOMString nonce;
|
| [Unscopable, CEReactions, Reflect] attribute DOMString slot;
|
|
|
| // Pointer Events
|
|
|