| Index: third_party/WebKit/Source/bindings/core/v8/DOMWrapperWorld.h
|
| diff --git a/third_party/WebKit/Source/bindings/core/v8/DOMWrapperWorld.h b/third_party/WebKit/Source/bindings/core/v8/DOMWrapperWorld.h
|
| index e4d92cdf7b058c71b660865a5738b66206c5d1bb..e3f00cb689b87e36a1fdf316c1e586c2f01c71b0 100644
|
| --- a/third_party/WebKit/Source/bindings/core/v8/DOMWrapperWorld.h
|
| +++ b/third_party/WebKit/Source/bindings/core/v8/DOMWrapperWorld.h
|
| @@ -49,6 +49,7 @@ enum WorldIdConstants {
|
| // Embedder isolated worlds can use IDs in [1, 1<<29).
|
| EmbedderWorldIdLimit = (1 << 29),
|
| PrivateScriptIsolatedWorldId,
|
| + DocumentXMLTreeViewerWorldId,
|
| IsolatedWorldIdLimit,
|
| WorkerWorldId,
|
| TestingWorldId,
|
|
|