| Index: Source/core/style/QuotesData.cpp
|
| diff --git a/Source/core/style/QuotesData.cpp b/Source/core/style/QuotesData.cpp
|
| index a48aa1b8fd6b35560e162c062effdd60ea5f4b23..eccf33cc8e2f67cc635640c5233c1a4b685649b4 100644
|
| --- a/Source/core/style/QuotesData.cpp
|
| +++ b/Source/core/style/QuotesData.cpp
|
| @@ -24,13 +24,6 @@
|
|
|
| namespace blink {
|
|
|
| -PassRefPtr<QuotesData> QuotesData::create(String open, String close)
|
| -{
|
| - RefPtr<QuotesData> data = QuotesData::create();
|
| - data->addPair(std::make_pair(open, close));
|
| - return data;
|
| -}
|
| -
|
| PassRefPtr<QuotesData> QuotesData::create(UChar open1, UChar close1, UChar open2, UChar close2)
|
| {
|
| RefPtr<QuotesData> data = QuotesData::create();
|
|
|