Commit 70f540b6 authored by zerny@chromium.org's avatar zerny@chromium.org

Oilpan: Fix build after r180164.

BUG=

Review URL: https://codereview.chromium.org/468103002

git-svn-id: svn://svn.chromium.org/blink/trunk@180169 bbb929c8-8fbe-4397-9dbb-9b2b20218538
parent 11e4573f
...@@ -1127,7 +1127,6 @@ CSSStyleRule* InspectorStyleSheet::insertCSSOMRuleBySourceRange(const SourceRang ...@@ -1127,7 +1127,6 @@ CSSStyleRule* InspectorStyleSheet::insertCSSOMRuleBySourceRange(const SourceRang
bool InspectorStyleSheet::verifyRuleText(const String& ruleText) bool InspectorStyleSheet::verifyRuleText(const String& ruleText)
{ {
DEFINE_STATIC_LOCAL(String, bogusPropertyName, ("-webkit-boguz-propertee")); DEFINE_STATIC_LOCAL(String, bogusPropertyName, ("-webkit-boguz-propertee"));
RefPtrWillBeRawPtr<MutableStylePropertySet> tempMutableStyle = MutableStylePropertySet::create();
RuleSourceDataList sourceData; RuleSourceDataList sourceData;
RefPtrWillBeRawPtr<StyleSheetContents> styleSheetContents = StyleSheetContents::create(strictCSSParserContext()); RefPtrWillBeRawPtr<StyleSheetContents> styleSheetContents = StyleSheetContents::create(strictCSSParserContext());
String text = ruleText + " div { " + bogusPropertyName + ": none; }"; String text = ruleText + " div { " + bogusPropertyName + ": none; }";
......
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