| Index: third_party/WebKit/Source/core/dom/Document.h
|
| diff --git a/third_party/WebKit/Source/core/dom/Document.h b/third_party/WebKit/Source/core/dom/Document.h
|
| index 863fb9d7b50696e1bae04243a3cc0cfff9b3a5ae..88bcbf554e2827af36f73cd66ca6d4ba3e4dbfe7 100644
|
| --- a/third_party/WebKit/Source/core/dom/Document.h
|
| +++ b/third_party/WebKit/Source/core/dom/Document.h
|
| @@ -218,6 +218,7 @@ enum CreateElementFlags {
|
| // https://dom.spec.whatwg.org/#concept-create-element
|
| SynchronousCustomElements = 0 << 1,
|
| AsynchronousCustomElements = 1 << 1,
|
| + DisableCustomElements = 1 << 2,
|
|
|
| // Aliases by callers.
|
| // Clone a node: https://dom.spec.whatwg.org/#concept-node-clone
|
|
|