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

Unified Diff: content/child/blink_platform_impl.cc

Issue 2562093002: Move DocumentXMLTreeViewer off of private script (Closed)
Patch Set: Use V8PerIsolateData::mainThreadIsolate() Created 4 years 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
« no previous file with comments | « no previous file | third_party/WebKit/Source/bindings/core/v8/DOMWrapperWorld.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/child/blink_platform_impl.cc
diff --git a/content/child/blink_platform_impl.cc b/content/child/blink_platform_impl.cc
index 1f401ec96bd692ca5f1e8b7104fa8c8de3624ecf..a27995ed665b1768ae0a07fa51491764938810a1 100644
--- a/content/child/blink_platform_impl.cc
+++ b/content/child/blink_platform_impl.cc
@@ -627,10 +627,10 @@ const DataResource kDataResources[] = {
IDR_PRIVATE_SCRIPT_DOCUMENTEXECCOMMAND_JS,
ui::SCALE_FACTOR_NONE},
{"DocumentXMLTreeViewer.css",
- IDR_PRIVATE_SCRIPT_DOCUMENTXMLTREEVIEWER_CSS,
+ IDR_DOCUMENTXMLTREEVIEWER_CSS,
ui::SCALE_FACTOR_NONE},
{"DocumentXMLTreeViewer.js",
- IDR_PRIVATE_SCRIPT_DOCUMENTXMLTREEVIEWER_JS,
+ IDR_DOCUMENTXMLTREEVIEWER_JS,
ui::SCALE_FACTOR_NONE},
{"PrivateScriptRunner.js",
IDR_PRIVATE_SCRIPT_PRIVATESCRIPTRUNNER_JS,
« no previous file with comments | « no previous file | third_party/WebKit/Source/bindings/core/v8/DOMWrapperWorld.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698