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

Unified Diff: Source/core/style/QuotesData.h

Issue 1210073004: Remove some unused code (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 6 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 | « Source/core/style/KeyframeList.cpp ('k') | Source/core/style/QuotesData.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/style/QuotesData.h
diff --git a/Source/core/style/QuotesData.h b/Source/core/style/QuotesData.h
index 36f1d6f6400c827084b3d318374f50c706343c34..27adb58171e4069f41b7797bb6bbc8396623c24c 100644
--- a/Source/core/style/QuotesData.h
+++ b/Source/core/style/QuotesData.h
@@ -32,7 +32,6 @@ namespace blink {
class QuotesData : public RefCounted<QuotesData> {
public:
static PassRefPtr<QuotesData> create() { return adoptRef(new QuotesData()); }
- static PassRefPtr<QuotesData> create(const String open, const String close);
static PassRefPtr<QuotesData> create(UChar open1, UChar close1, UChar open2, UChar close2);
bool operator==(const QuotesData& o) const { return m_quotePairs == o.m_quotePairs; }
« no previous file with comments | « Source/core/style/KeyframeList.cpp ('k') | Source/core/style/QuotesData.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698