Bug 149955

Summary: Fix the !ENABLE(STREAM_API) build after r190794
Product: WebKit Reporter: Csaba Osztrogonác <ossy>
Component: New BugsAssignee: Csaba Osztrogonác <ossy>
Status: RESOLVED FIXED    
Severity: Normal CC: bburg, calvaris, commit-queue, darin, youennf
Priority: P2    
Version: Other   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on:    
Bug Blocks: 149751    
Attachments:
Description Flags
Patch none

Description Csaba Osztrogonác 2015-10-09 08:27:26 PDT
http://trac.webkit.org/changeset/190794 broke the !ENABLE(STREAM_API) build:

In file included from ../../Source/WebCore/bindings/js/JSDOMWindowBase.h:25:0,
                 from DerivedSources/WebCore/JSDOMWindow.h:25,
                 from ../../Source/WebCore/bindings/js/JSDOMGlobalObject.cpp:31:
../../Source/WebCore/bindings/js/WebCoreJSBuiltinInternals.h:39:34: error: unused parameter ‘visitor’ [-Werror=unused-parameter]
     void visit(JSC::SlotVisitor& visitor) {
                                  ^
../../Source/WebCore/bindings/js/WebCoreJSBuiltinInternals.h:44:36: error: unused parameter ‘globalObject’ [-Werror=unused-parameter]
     void init(JSC::JSGlobalObject& globalObject) {
                                    ^
cc1plus: all warnings being treated as errors
Comment 1 Csaba Osztrogonác 2015-10-09 08:28:43 PDT
Created attachment 262774 [details]
Patch
Comment 2 youenn fablet 2015-10-09 08:32:15 PDT
Thanks for fixing it.
LGTM.
Comment 3 WebKit Commit Bot 2015-10-09 10:08:58 PDT
Comment on attachment 262774 [details]
Patch

Clearing flags on attachment: 262774

Committed r190804: <http://trac.webkit.org/changeset/190804>
Comment 4 WebKit Commit Bot 2015-10-09 10:09:05 PDT
All reviewed patches have been landed.  Closing bug.