Bug 157796 - Fix the !ENABLE(WEB_TIMING) build after r200887
Summary: Fix the !ENABLE(WEB_TIMING) build after r200887
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: Other
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Csaba Osztrogonác
URL:
Keywords:
Depends on:
Blocks: 157669
  Show dependency treegraph
 
Reported: 2016-05-17 09:33 PDT by Csaba Osztrogonác
Modified: 2016-05-17 10:06 PDT (History)
5 users (show)

See Also:


Attachments
Patch (5.42 KB, patch)
2016-05-17 09:36 PDT, Csaba Osztrogonác
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Csaba Osztrogonác 2016-05-17 09:33:49 PDT
https://trac.webkit.org/changeset/200887 broke the !ENABLE(WEB_TIMING) build, let's fix it.
ResourceTimingInformation should be used only inside #if ENABLE(WEB_TIMING) compile time guard.
Comment 1 Csaba Osztrogonác 2016-05-17 09:36:50 PDT
Created attachment 279132 [details]
Patch
Comment 2 Chris Dumez 2016-05-17 09:44:35 PDT
Comment on attachment 279132 [details]
Patch

r=me
Comment 3 WebKit Commit Bot 2016-05-17 10:06:21 PDT
Comment on attachment 279132 [details]
Patch

Clearing flags on attachment: 279132

Committed r201018: <http://trac.webkit.org/changeset/201018>
Comment 4 WebKit Commit Bot 2016-05-17 10:06:26 PDT
All reviewed patches have been landed.  Closing bug.