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

Unified Diff: Source/core/frame/DeviceSingleWindowEventController.h

Issue 980653002: Oilpan: disable conservative GCs during initial GC mixin construction. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Add GC mixin test Created 5 years, 9 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/dom/shadow/ShadowRoot.cpp ('k') | Source/core/html/HTMLObjectElement.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/frame/DeviceSingleWindowEventController.h
diff --git a/Source/core/frame/DeviceSingleWindowEventController.h b/Source/core/frame/DeviceSingleWindowEventController.h
index 5f08fe76c443aa8f4a807406710a922c8c3e6603..1d712f0522469320390b0ed099bfb077c6f33f3a 100644
--- a/Source/core/frame/DeviceSingleWindowEventController.h
+++ b/Source/core/frame/DeviceSingleWindowEventController.h
@@ -15,7 +15,6 @@ class Document;
class Event;
class DeviceSingleWindowEventController : public NoBaseWillBeGarbageCollectedFinalized<DeviceSingleWindowEventController>, public PlatformEventController, public DOMWindowLifecycleObserver {
- WILL_BE_USING_GARBAGE_COLLECTED_MIXIN(DeviceSingleWindowEventController);
public:
virtual ~DeviceSingleWindowEventController();
@@ -29,10 +28,10 @@ public:
virtual void didRemoveAllEventListeners(LocalDOMWindow*) override;
protected:
- Document& document() const { return *m_document; }
-
explicit DeviceSingleWindowEventController(Document&);
+ Document& document() const { return *m_document; }
+
void dispatchDeviceEvent(const PassRefPtrWillBeRawPtr<Event>);
virtual PassRefPtrWillBeRawPtr<Event> lastEvent() const = 0;
« no previous file with comments | « Source/core/dom/shadow/ShadowRoot.cpp ('k') | Source/core/html/HTMLObjectElement.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698