| 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()
|
|
|