Bug 90699

Summary: Build Error on Qt Linux build
Product: WebKit Reporter: Pravin D <pravind.2k4>
Component: WebKit QtAssignee: Pravin D <pravind.2k4>
Status: RESOLVED FIXED    
Severity: Normal CC: hugo.lima, ossy, tonikitoo, webkit.review.bot
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch none

Description Pravin D 2012-07-06 12:25:29 PDT
Building Webkit on Qt linux throws the error 
Source/JavaScript/parser/Parser.cpp:316:10 error: variable 'hasDeclaration' set but not used [-Werror=unused-but-set-variable]

Webkit: r121988
Comment 1 Pravin D 2012-07-06 12:31:53 PDT
Created attachment 151110 [details]
Patch
Comment 2 Pravin D 2012-07-06 12:33:28 PDT
Comment on attachment 151110 [details]
Patch

The variable 'hasDeclaration' was removed in change set http://trac.webkit.org/changeset/121986/trunk/Source/JavaScriptCore/parser/Parser.cpp
Comment 3 Laszlo Gombos 2012-07-06 13:19:57 PDT
Comment on attachment 151110 [details]
Patch

Looks good to me, thanks !
Comment 4 WebKit Review Bot 2012-07-06 13:41:24 PDT
Comment on attachment 151110 [details]
Patch

Clearing flags on attachment: 151110

Committed r122033: <http://trac.webkit.org/changeset/122033>
Comment 5 WebKit Review Bot 2012-07-06 13:41:28 PDT
All reviewed patches have been landed.  Closing bug.