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

Unified Diff: Source/modules/webmidi/MIDIConnectionEvent.h

Issue 331493007: Oilpan: Remove converters between Persistent/Member and PassRefPtr/RefPtr. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 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/bindings/v8/Dictionary.cpp ('k') | Source/platform/heap/Handle.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/webmidi/MIDIConnectionEvent.h
diff --git a/Source/modules/webmidi/MIDIConnectionEvent.h b/Source/modules/webmidi/MIDIConnectionEvent.h
index 97fa5d34c64550002b70875d3b27842627ac4c90..aad2888783ecbfb4dd9e980a6d295890a716d236 100644
--- a/Source/modules/webmidi/MIDIConnectionEvent.h
+++ b/Source/modules/webmidi/MIDIConnectionEvent.h
@@ -40,9 +40,9 @@ struct MIDIConnectionEventInit : public EventInit {
MIDIConnectionEventInit()
: port(nullptr)
{
- };
+ }
- RefPtr<MIDIPort> port;
+ RefPtrWillBeMember<MIDIPort> port;
};
class MIDIConnectionEvent FINAL : public Event {
« no previous file with comments | « Source/bindings/v8/Dictionary.cpp ('k') | Source/platform/heap/Handle.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698