Bug 143667 - Fix wrong value variable in ENABLE_NAVIGATOR_HWCONCURRENCY
Summary: Fix wrong value variable in ENABLE_NAVIGATOR_HWCONCURRENCY
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Gyuyoung Kim
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-04-13 07:29 PDT by Gyuyoung Kim
Modified: 2015-04-13 07:48 PDT (History)
3 users (show)

See Also:


Attachments
Patch (2.20 KB, patch)
2015-04-13 07:30 PDT, Gyuyoung Kim
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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.