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

Unified Diff: third_party/WebKit/LayoutTests/inspector/editor/php-highlighter.html

Issue 2263073003: DevTools: Prepare CodeMirrorTextEditor for split into SourcesTextEditor (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Nits Created 4 years, 4 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/LayoutTests/inspector/editor/php-highlighter.html
diff --git a/third_party/WebKit/LayoutTests/inspector/editor/php-highlighter.html b/third_party/WebKit/LayoutTests/inspector/editor/php-highlighter.html
index 269df6465d0ddf8094f1f45a1c5ca6355ee9ccce..86e276d71cc3dc6af9550c6491bbfadef160f579 100644
--- a/third_party/WebKit/LayoutTests/inspector/editor/php-highlighter.html
+++ b/third_party/WebKit/LayoutTests/inspector/editor/php-highlighter.html
@@ -7,7 +7,7 @@ function test()
{
var mimeType = "text/x-php";
var textEditor = InspectorTest.createTestEditor();
- InspectorTest.addSniffer(textEditor, "_mimeTypeModesLoaded", onModesLoaded);
+ InspectorTest.addSniffer(textEditor, "_mimeTypeModesLoadedForTest", onModesLoaded);
textEditor.setMimeType(mimeType);
function onModesLoaded()

Powered by Google App Engine
This is Rietveld 408576698