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

Unified Diff: third_party/WebKit/Source/modules/peerconnection/RTCDTMFToneChangeEvent.h

Issue 2217763003: Remove Blink-WebKit-only document.createEvent strings (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 4 years, 4 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
Index: third_party/WebKit/Source/modules/peerconnection/RTCDTMFToneChangeEvent.h
diff --git a/third_party/WebKit/Source/modules/peerconnection/RTCDTMFToneChangeEvent.h b/third_party/WebKit/Source/modules/peerconnection/RTCDTMFToneChangeEvent.h
index bbaf72c9da8549b3d923297e2c3f02e71c4e2fcb..5c3f30247e6da79cf43655d96c18fea616dd13f2 100644
--- a/third_party/WebKit/Source/modules/peerconnection/RTCDTMFToneChangeEvent.h
+++ b/third_party/WebKit/Source/modules/peerconnection/RTCDTMFToneChangeEvent.h
@@ -37,7 +37,6 @@ class RTCDTMFToneChangeEvent final : public Event {
public:
~RTCDTMFToneChangeEvent() override;
- static RTCDTMFToneChangeEvent* create();
static RTCDTMFToneChangeEvent* create(const String& tone);
static RTCDTMFToneChangeEvent* create(const AtomicString& type, const RTCDTMFToneChangeEventInit& initializer);
@@ -48,7 +47,6 @@ public:
DECLARE_VIRTUAL_TRACE();
private:
- RTCDTMFToneChangeEvent();
explicit RTCDTMFToneChangeEvent(const String& tone);
explicit RTCDTMFToneChangeEvent(const RTCDTMFToneChangeEventInit&);

Powered by Google App Engine
This is Rietveld 408576698