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

Unified Diff: Source/core/animation/AnimatableStrokeDasharrayListTest.cpp

Issue 72363002: Rename es => exceptionState in other than bindings/ (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Retry Created 7 years, 1 month 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 | Source/core/css/CSSComputedStyleDeclaration.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/animation/AnimatableStrokeDasharrayListTest.cpp
diff --git a/Source/core/animation/AnimatableStrokeDasharrayListTest.cpp b/Source/core/animation/AnimatableStrokeDasharrayListTest.cpp
index b688075c1bf8eabbe178f20c61153db5c5b6ff0e..878341ed3921c3b0507c9aac9f0002ae33cb0b25 100644
--- a/Source/core/animation/AnimatableStrokeDasharrayListTest.cpp
+++ b/Source/core/animation/AnimatableStrokeDasharrayListTest.cpp
@@ -47,8 +47,8 @@ TEST(CoreAnimationAnimatableStrokeDasharrayListTest, EqualTo)
RefPtr<AnimatableStrokeDasharrayList> listB = AnimatableStrokeDasharrayList::create(vectorB);
EXPECT_TRUE(listA->equals(listB.get()));
- TrackExceptionState es;
- vectorB[3].newValueSpecifiedUnits(LengthTypePX, 50, es);
+ TrackExceptionState exceptionState;
+ vectorB[3].newValueSpecifiedUnits(LengthTypePX, 50, exceptionState);
listB = AnimatableStrokeDasharrayList::create(vectorB);
EXPECT_FALSE(listA->equals(listB.get()));
« no previous file with comments | « no previous file | Source/core/css/CSSComputedStyleDeclaration.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698