Index: third_party/WebKit/LayoutTests/http/tests/inspector/debugger-test.js |
diff --git a/third_party/WebKit/LayoutTests/http/tests/inspector/debugger-test.js b/third_party/WebKit/LayoutTests/http/tests/inspector/debugger-test.js |
index fb92cabb4fc6393cff41f33451c52c95acfdd069..611c8a2524a686015e70dca4ac1f2622fd5e05ae 100644 |
--- a/third_party/WebKit/LayoutTests/http/tests/inspector/debugger-test.js |
+++ b/third_party/WebKit/LayoutTests/http/tests/inspector/debugger-test.js |
@@ -171,6 +171,11 @@ InspectorTest.resumeExecution = function(callback) |
InspectorTest.waitUntilResumed(callback); |
}; |
+InspectorTest.assertNotPaused = function() |
+{ |
+ InspectorTest.assertEquals(false, WebInspector.panels.sources.paused(), "Assert execution is not paused"); |
+}; |
+ |
InspectorTest.waitUntilPausedAndDumpStackAndResume = function(callback, options) |
{ |
InspectorTest.waitUntilPaused(paused); |