[Webkit-unassigned] [Bug 90871] Web Inspector: Display Named Flows in the "CSS Named Flows" drawer

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Sep 12 23:12:05 PDT 2012


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





--- Comment #14 from Alexander Pavlov (apavlov) <apavlov at chromium.org>  2012-09-12 23:12:30 PST ---
(From update of attachment 163781)
View in context: https://bugs.webkit.org/attachment.cgi?id=163781&action=review

> Source/WebCore/inspector/front-end/CSSNamedFlowCollectionsView.js:3
> + * @extends {WebInspector.SplitView}

According to the compilation script output:
Source/WebCore/inspector/front-end/CSSNamedFlowCollectionsView.js:299: WARNING - actual parameter 1 of WebInspector.ContextMenu.registerProvider does not match formal parameter
found   : function (new:WebInspector.CSSNamedFlowCollectionsView): undefined
required: (WebInspector.ContextMenu.Provider|null)
WebInspector.ContextMenu.registerProvider(WebInspector.CSSNamedFlowCollectionsView);

WebInspector.CSSNamedFlowCollectionsView does not implement WebInspector.ContextMenu.Provider, so you should annotate it here as

@implements {WebInspector.ContextMenu.Provider}

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