[Webkit-unassigned] [Bug 40300] Web Inspector: [JSC] implement script source editing

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jul 6 07:48:26 PDT 2012


https://bugs.webkit.org/show_bug.cgi?id=40300





--- Comment #49 from Yong Li <yoli at rim.com>  2012-07-06 07:48:24 PST ---
(From update of attachment 151015)
View in context: https://bugs.webkit.org/attachment.cgi?id=151015&action=review

> Source/WebCore/bindings/js/ScriptDebugServer.cpp:207
>  bool ScriptDebugServer::setScriptSource(const String&, const String&, bool, String*, ScriptValue*, ScriptObject*)
>  {
> -    // FIXME(40300): implement this.
> +    ASSERT_NOT_REACHED();
>      return false;
>  }

As pointed by Konrad, ASSERT_NOT_REACHED() looks weird here because pure virtual function makes more sense. sorry for my old suggestion.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list