Index: Source/WebCore/inspector/InspectorFrontendHost.cpp |
=================================================================== |
--- Source/WebCore/inspector/InspectorFrontendHost.cpp (revision 142083) |
+++ Source/WebCore/inspector/InspectorFrontendHost.cpp (working copy) |
@@ -294,6 +294,11 @@ |
return String(data.data(), data.size()); |
} |
+bool InspectorFrontendHost::isUnderTest() |
+{ |
+ return m_client && m_client->isUnderTest(); |
+} |
+ |
} // namespace WebCore |
#endif // ENABLE(INSPECTOR) |