| Index: third_party/WebKit/Source/core/testing/DictionaryTest.cpp
|
| diff --git a/third_party/WebKit/Source/core/testing/DictionaryTest.cpp b/third_party/WebKit/Source/core/testing/DictionaryTest.cpp
|
| index e862f1fefaa6cde952c2a70a892c0238cf179924..4d993539978657c7db5500070392be714e0c2f7f 100644
|
| --- a/third_party/WebKit/Source/core/testing/DictionaryTest.cpp
|
| +++ b/third_party/WebKit/Source/core/testing/DictionaryTest.cpp
|
| @@ -163,7 +163,7 @@ String DictionaryTest::stringFromIterable(ExecutionContext* executionContext, Di
|
| if (firstLoop)
|
| firstLoop = false;
|
| else
|
| - result.append(",");
|
| + result.append(',');
|
|
|
| v8::Local<v8::Value> value;
|
| if (v8Call(iterator.value(), value))
|
|
|