Chromium Code Reviews| Index: WebCore/inspector/InspectorController.cpp |
| =================================================================== |
| --- WebCore/inspector/InspectorController.cpp (revision 67699) |
| +++ WebCore/inspector/InspectorController.cpp (working copy) |
| @@ -1607,6 +1607,8 @@ |
| String InspectorController::breakpointsSettingKey() |
| { |
| DEFINE_STATIC_LOCAL(String, keyPrefix, ("breakpoints:")); |
| + if (!m_mainResource) |
| + return ""; |
| return keyPrefix + InspectorDebuggerAgent::md5Base16(m_mainResource->requestURL()); |
| } |