Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1030)

Unified Diff: third_party/WebKit/Source/core/xml/DocumentXMLTreeViewer.cpp

Issue 2735973006: Bindings: Separate WorldIdConstants into WorldTypes and WorldId (Closed)
Patch Set: Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/Source/core/xml/DocumentXMLTreeViewer.cpp
diff --git a/third_party/WebKit/Source/core/xml/DocumentXMLTreeViewer.cpp b/third_party/WebKit/Source/core/xml/DocumentXMLTreeViewer.cpp
index c8394ee7729f5ae48168c9735d0299de379ffc21..f4f3f0176c6a7f5c25f529bd7f7e7ce7b2854e50 100644
--- a/third_party/WebKit/Source/core/xml/DocumentXMLTreeViewer.cpp
+++ b/third_party/WebKit/Source/core/xml/DocumentXMLTreeViewer.cpp
@@ -24,7 +24,7 @@ void transformDocumentToXMLTreeView(Document& document) {
v8::HandleScope handleScope(V8PerIsolateData::mainThreadIsolate());
document.frame()->script().executeScriptInIsolatedWorld(
- WorldIdConstants::DocumentXMLTreeViewerWorldId, sources, nullptr);
+ WorldIdSpace::DocumentXMLTreeViewerWorldId, sources, nullptr);
Element* element = document.getElementById("xml-viewer-style");
if (element) {

Powered by Google App Engine
This is Rietveld 408576698