Changeset 105048 in webkit


Ignore:
Timestamp:
Jan 16, 2012 3:09:00 AM (12 years ago)
Author:
commit-queue@webkit.org
Message:

Compilation error on build-webkit --debug --no-request-animation-frame on mac.
https://bugs.webkit.org/show_bug.cgi?id=75875

Patch by Pablo Flouret <pablof@motorola.com> on 2012-01-16
Reviewed by Hajime Morita.

  • dom/Document.cpp:

(WebCore::Document::windowScreenDidChange):

Location:
trunk/Source/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebCore/ChangeLog

    r105045 r105048  
     12012-01-16  Pablo Flouret  <pablof@motorola.com>
     2
     3        Compilation error on build-webkit --debug --no-request-animation-frame on mac.
     4        https://bugs.webkit.org/show_bug.cgi?id=75875
     5
     6        Reviewed by Hajime Morita.
     7
     8        * dom/Document.cpp:
     9        (WebCore::Document::windowScreenDidChange):
     10
    1112012-01-16  Csaba Osztrogonác  <ossy@webkit.org>
    212
  • trunk/Source/WebCore/dom/Document.cpp

    r104845 r105048  
    49354935    if (m_scriptedAnimationController)
    49364936        m_scriptedAnimationController->windowScreenDidChange(displayID);
     4937#else
     4938    UNUSED_PARAM(displayID);
    49374939#endif
    49384940}
Note: See TracChangeset for help on using the changeset viewer.