[Webkit-unassigned] [Bug 74890] Web Inspector: CodeGeneratorInspector.py: generate anonymous types.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Dec 21 01:19:03 PST 2011


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





--- Comment #7 from Yury Semikhatsky <yurys at chromium.org>  2011-12-21 01:19:02 PST ---
What about typedef'ed types such as BreakpointId and ScriptId? I see them declared but never used afterwards neither in comments nor in code. What prevents you from using them as corresponding parameter types e.g. in the following lines?

void scriptParsed(const String& scriptId, const String& url, int startLine, int startColumn, int endLine, int endColumn, const bool* const isContentScript)
void breakpointResolved(const String& breakpointId, /*PassRefPtr<TypeBuilder::Debugger::Location>*/ PassRefPtr<InspectorObject> location);

-- 
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