Bug 127907 - Fix the !ENABLE(PAGE_VISIBILITY_API) build
Summary: Fix the !ENABLE(PAGE_VISIBILITY_API) build
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Csaba Osztrogonác
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-01-30 05:57 PST by Csaba Osztrogonác
Modified: 2014-02-05 17:09 PST (History)
1 user (show)

See Also:


Attachments
Patch (1.71 KB, patch)
2014-01-30 06:00 PST, 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 2014-01-30 05:57:12 PST
build log:

/home/ossy/WebKit/Source/WebCore/page/Page.cpp: In member function 'void WebCore::Page::setIsVisible(bool, bool)':
/home/ossy/WebKit/Source/WebCore/page/Page.cpp:1174:25: error: 'class WebCore::Settings' has no member named 'hiddenPageCSSAnimationSuspensionEnabled'
/home/ossy/WebKit/Source/WebCore/page/Page.cpp:1197:25: error: 'class WebCore::Settings' has no member named 'hiddenPageCSSAnimationSuspensionEnabled'
Comment 1 Csaba Osztrogonác 2014-01-30 06:00:44 PST
Created attachment 222663 [details]
Patch
Comment 2 Brent Fulgham 2014-02-05 16:40:17 PST
Comment on attachment 222663 [details]
Patch

r=me
Comment 3 WebKit Commit Bot 2014-02-05 17:09:51 PST
Comment on attachment 222663 [details]
Patch

Clearing flags on attachment: 222663

Committed r163498: <http://trac.webkit.org/changeset/163498>
Comment 4 WebKit Commit Bot 2014-02-05 17:09:52 PST
All reviewed patches have been landed.  Closing bug.