Bug 143667

Summary: Fix wrong value variable in ENABLE_NAVIGATOR_HWCONCURRENCY
Product: WebKit Reporter: Gyuyoung Kim <gyuyoung.kim>
Component: Tools / TestsAssignee: Gyuyoung Kim <gyuyoung.kim>
Status: RESOLVED FIXED    
Severity: Normal CC: commit-queue, dbates, ossy
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch none

Description Gyuyoung Kim 2015-04-13 07:29:02 PDT
In FeatureList.pm, ENABLE_NAVIGATOR_HWCONCURRENCY has used $registerProtocolHandlerSupport which is a value variable for ENABLE_NAVIGATOR_CONTENT_UTILS. Add new value vairable for it.
Comment 1 Gyuyoung Kim 2015-04-13 07:30:57 PDT
Created attachment 250637 [details]
Patch
Comment 2 Csaba Osztrogonác 2015-04-13 07:45:25 PDT
Comment on attachment 250637 [details]
Patch

Nice catch, r=me.
Comment 3 Gyuyoung Kim 2015-04-13 07:47:55 PDT
Comment on attachment 250637 [details]
Patch

Clearing flags on attachment: 250637

Committed r182732: <http://trac.webkit.org/changeset/182732>
Comment 4 Gyuyoung Kim 2015-04-13 07:48:05 PDT
All reviewed patches have been landed.  Closing bug.