Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2943)

Unified Diff: third_party/WebKit/Source/core/css/parser/CSSParserMode.h

Issue 2345543002: debugging for crbug.com/646539
Patch Set: 3 TUs, 2 .h Created 4 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « third_party/WebKit/Source/core/css/StyleColor.h ('k') | third_party/WebKit/Source/core/layout/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/core/css/parser/CSSParserMode.h
diff --git a/third_party/WebKit/Source/core/css/parser/CSSParserMode.h b/third_party/WebKit/Source/core/css/parser/CSSParserMode.h
index a9d30479547b0460234bd321640c880f1e39e477..1d2d6e9736e6af0797aca1a0ac65d1b3b63acae9 100644
--- a/third_party/WebKit/Source/core/css/parser/CSSParserMode.h
+++ b/third_party/WebKit/Source/core/css/parser/CSSParserMode.h
@@ -32,9 +32,9 @@
#define CSSParserMode_h
#include "core/CoreExport.h"
-#include "core/fetch/ResourceLoaderOptions.h"
-#include "platform/weborigin/KURL.h"
-#include "platform/weborigin/Referrer.h"
+//#include "core/fetch/ResourceLoaderOptions.h"
+//#include "platform/weborigin/KURL.h"
+//#include "platform/weborigin/Referrer.h"
namespace blink {
@@ -82,6 +82,7 @@ inline bool isUseCounterEnabledForMode(CSSParserMode mode)
}
class UseCounter;
+#if 0
class CORE_EXPORT CSSParserContext {
USING_FAST_MALLOC(CSSParserContext);
@@ -138,6 +139,7 @@ private:
};
CORE_EXPORT const CSSParserContext& strictCSSParserContext();
+#endif
} // namespace blink
« no previous file with comments | « third_party/WebKit/Source/core/css/StyleColor.h ('k') | third_party/WebKit/Source/core/layout/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698