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

Unified Diff: sky/engine/bindings/core/v8/custom/V8CSSStyleDeclarationCustom.cpp

Issue 860423004: Remove css !important (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 11 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 | « no previous file | sky/engine/core/animation/DeferredLegacyStyleInterpolationTest.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/engine/bindings/core/v8/custom/V8CSSStyleDeclarationCustom.cpp
diff --git a/sky/engine/bindings/core/v8/custom/V8CSSStyleDeclarationCustom.cpp b/sky/engine/bindings/core/v8/custom/V8CSSStyleDeclarationCustom.cpp
index eff8c34770769f4f1b9676df6205dd69d173e3a5..30ce7aa6c2543d77d86cbcafd4282eab04c31d9c 100644
--- a/sky/engine/bindings/core/v8/custom/V8CSSStyleDeclarationCustom.cpp
+++ b/sky/engine/bindings/core/v8/custom/V8CSSStyleDeclarationCustom.cpp
@@ -222,7 +222,7 @@ void V8CSSStyleDeclaration::namedPropertySetterCustom(v8::Local<v8::String> name
TOSTRING_VOID(V8StringResource<TreatNullAsNullString>, propertyValue, value);
ExceptionState exceptionState(ExceptionState::SetterContext, getPropertyName(static_cast<CSSPropertyID>(propInfo->propID)), "CSSStyleDeclaration", info.Holder(), info.GetIsolate());
- impl->setPropertyInternal(static_cast<CSSPropertyID>(propInfo->propID), propertyValue, false, exceptionState);
+ impl->setPropertyInternal(static_cast<CSSPropertyID>(propInfo->propID), propertyValue, exceptionState);
if (exceptionState.throwIfNeeded())
return;
« no previous file with comments | « no previous file | sky/engine/core/animation/DeferredLegacyStyleInterpolationTest.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698