diff options
Diffstat (limited to 'Tools/WebKitTestRunner/TestInvocation.cpp')
-rw-r--r-- | Tools/WebKitTestRunner/TestInvocation.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Tools/WebKitTestRunner/TestInvocation.cpp b/Tools/WebKitTestRunner/TestInvocation.cpp index 6106f62f2..d5c0af64a 100644 --- a/Tools/WebKitTestRunner/TestInvocation.cpp +++ b/Tools/WebKitTestRunner/TestInvocation.cpp @@ -132,10 +132,12 @@ static bool shouldLogFrameLoadDelegates(const char* pathOrURL) return strstr(pathOrURL, "loading/"); } +#if ENABLE(INSPECTOR) static bool shouldOpenWebInspector(const char* pathOrURL) { return strstr(pathOrURL, "inspector/") || strstr(pathOrURL, "inspector\\"); } +#endif void TestInvocation::invoke() { |