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

Unified Diff: third_party/WebKit/Source/modules/serviceworkers/ExtendableEvent.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/serviceworkers/ExtendableEvent.h
diff --git a/third_party/WebKit/Source/modules/serviceworkers/ExtendableEvent.h b/third_party/WebKit/Source/modules/serviceworkers/ExtendableEvent.h
index 08d19ae9151d3f277597dc0a808ad73ceedaceb2..223a07debc1c576b5becdd215253d0d6576e1c54 100644
--- a/third_party/WebKit/Source/modules/serviceworkers/ExtendableEvent.h
+++ b/third_party/WebKit/Source/modules/serviceworkers/ExtendableEvent.h
@@ -43,7 +43,6 @@ class WaitUntilObserver;
class MODULES_EXPORT ExtendableEvent : public Event {
DEFINE_WRAPPERTYPEINFO();
public:
- static ExtendableEvent* create();
static ExtendableEvent* create(const AtomicString& type, const ExtendableEventInit&);
static ExtendableEvent* create(const AtomicString& type, const ExtendableEventInit&, WaitUntilObserver*);
@@ -55,7 +54,6 @@ public:
DECLARE_VIRTUAL_TRACE();
protected:
- ExtendableEvent();
ExtendableEvent(const AtomicString& type, const ExtendableEventInit&);
ExtendableEvent(const AtomicString& type, const ExtendableEventInit&, WaitUntilObserver*);

Powered by Google App Engine
This is Rietveld 408576698