Bug 119861

Summary: Fix !ENABLE(INSPECTOR) builds after r154116
Product: WebKit Reporter: Zoltan Arvai <zarvai>
Component: WebCore Misc.Assignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: simon.fraser, thorton
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on:    
Bug Blocks: 119435    
Attachments:
Description Flags
buildfix none

Zoltan Arvai
Reported 2013-08-15 13:43:54 PDT
Variable 'page' is unused on !ENABLE(INSPECTOR) builds after r154116: /ramdisk/qt-linux-release-minimal/build/Source/WebCore/page/FrameView.cpp: In member function 'void WebCore::FrameView::sendResizeEventIfNeeded()': /ramdisk/qt-linux-release-minimal/build/Source/WebCore/page/FrameView.cpp:2836:11: error: unused variable 'page' [-Werror=unused-variable] cc1plus: all warnings being treated as errors Fix is on the way.
Attachments
buildfix (1.64 KB, patch)
2013-08-15 13:46 PDT, Zoltan Arvai
no flags
Zoltan Arvai
Comment 1 2013-08-15 13:46:53 PDT
Created attachment 208848 [details] buildfix
Zoltan Arvai
Comment 2 2013-08-15 13:57:49 PDT
Ups, its already fixed in http://trac.webkit.org/changeset/154128.
Note You need to log in before you can comment on or make changes to this bug.