Changeset 221972 in webkit


Ignore:
Timestamp:
Sep 13, 2017 9:23:31 AM (7 years ago)
Author:
pvollan@apple.com
Message:

Initialize InternalSettings member variable.
https://bugs.webkit.org/show_bug.cgi?id=176838

Reviewed by Brent Fulgham.

Initialize the m_webVREnabled member in the constructor.

  • testing/InternalSettings.cpp:

(WebCore::InternalSettings::Backup::Backup):

Location:
trunk/Source/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebCore/ChangeLog

    r221971 r221972  
     12017-09-13  Per Arne Vollan  <pvollan@apple.com>
     2
     3        Initialize InternalSettings member variable.
     4        https://bugs.webkit.org/show_bug.cgi?id=176838
     5
     6        Reviewed by Brent Fulgham.
     7
     8        Initialize the m_webVREnabled member in the constructor.
     9
     10        * testing/InternalSettings.cpp:
     11        (WebCore::InternalSettings::Backup::Backup):
     12
    1132017-09-13  Ms2ger  <Ms2ger@igalia.com>
    214
  • trunk/Source/WebCore/testing/InternalSettings.cpp

    r221966 r221972  
    111111    , m_webGPUEnabled(RuntimeEnabledFeatures::sharedFeatures().webGPUEnabled())
    112112#endif
     113    , m_webVREnabled(RuntimeEnabledFeatures::sharedFeatures().webVREnabled())
    113114    , m_shouldMockBoldSystemFontForAccessibility(RenderTheme::singleton().shouldMockBoldSystemFontForAccessibility())
    114115#if USE(AUDIO_SESSION)
Note: See TracChangeset for help on using the changeset viewer.