Commit 6fc13430 authored by Mostyn Bramley-Moore's avatar Mostyn Bramley-Moore Committed by Commit Bot

[jumbo] avoid ambiguity between blink:: and blink::XPath:: types

Fix courtesy of Fredrik Söderquist <fs@opera.com>

Bug: 421909

Change-Id: I69f4f71eb534ebdb885d34ec645c668e9b2772fd
Reviewed-on: https://chromium-review.googlesource.com/885808
Commit-Queue: Mostyn Bramley-Moore <mostynb@vewd.com>
Reviewed-by: default avatarFredrik Söderquist <fs@opera.com>
Cr-Commit-Position: refs/heads/master@{#531870}
parent 9e0f6fd0
......@@ -30,6 +30,7 @@
#include "core/css/MediaQueryExp.h"
#include "core/css/parser/CSSParserTokenRange.h"
#include "core/css/parser/CSSPropertyParserHelpers.h"
#include "core/html/parser/HTMLParserIdioms.h"
#include "platform/Decimal.h"
#include "platform/runtime_enabled_features.h"
......
......@@ -34,12 +34,11 @@
#include "core/css/CSSPrimitiveValue.h"
#include "core/css/CSSValue.h"
#include "core/css/media_feature_names.h"
#include "core/css/parser/CSSPropertyParserHelpers.h"
#include "platform/wtf/Allocator.h"
namespace blink {
class CSSParserToken;
class CSSParserTokenRange;
struct MediaQueryExpValue {
DISALLOW_NEW();
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment