Changeset 208991 in webkit


Ignore:
Timestamp:
Nov 27, 2016 10:16:51 AM (7 years ago)
Author:
Csaba Osztrogonác
Message:

Fix various --minimal build issues
https://bugs.webkit.org/show_bug.cgi?id=165060

Reviewed by Darin Adler.

  • css/parser/CSSPropertyParser.cpp:
  • dom/Document.cpp:
  • loader/EmptyClients.cpp:
Location:
trunk/Source/WebCore
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebCore/ChangeLog

    r208985 r208991  
     12016-11-27  Csaba Osztrogonác  <ossy@webkit.org>
     2
     3        Fix various --minimal build issues
     4        https://bugs.webkit.org/show_bug.cgi?id=165060
     5
     6        Reviewed by Darin Adler.
     7
     8        * css/parser/CSSPropertyParser.cpp:
     9        * dom/Document.cpp:
     10        * loader/EmptyClients.cpp:
     11
    1122016-11-26  Yusuke Suzuki  <utatane.tea@gmail.com>
    213
  • trunk/Source/WebCore/css/parser/CSSPropertyParser.cpp

    r208892 r208991  
    47114711}
    47124712
     4713#if ENABLE(CSS_GRID_LAYOUT)
    47134714// FIXME-NEWPARSER: Hack to work around the fact that we aren't using CSSCustomIdentValue
    47144715// for stuff yet. This can be replaced by CSSValue::isCustomIdentValue() once we switch
     
    47194720}
    47204721
    4721 #if ENABLE(CSS_GRID_LAYOUT)
    47224722bool CSSPropertyParser::consumeGridItemPositionShorthand(CSSPropertyID shorthandId, bool important)
    47234723{
  • trunk/Source/WebCore/dom/Document.cpp

    r208985 r208991  
    156156#include "ScrollingCoordinator.h"
    157157#include "SecurityOrigin.h"
     158#include "SecurityOriginData.h"
    158159#include "SecurityOriginPolicy.h"
    159160#include "SecurityPolicy.h"
  • trunk/Source/WebCore/loader/EmptyClients.cpp

    r208985 r208991  
    4545#include "PaymentCoordinatorClient.h"
    4646#include "PluginInfoProvider.h"
     47#include "SecurityOriginData.h"
    4748#include "StorageArea.h"
    4849#include "StorageNamespace.h"
Note: See TracChangeset for help on using the changeset viewer.