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

Unified Diff: Source/modules/webmidi/MIDIAccessor.cpp

Issue 469773002: Cleanup blink:: prefix usage in Source/core/modules/[mediasource/*.cpp to websockets/*.cpp] (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 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: Source/modules/webmidi/MIDIAccessor.cpp
diff --git a/Source/modules/webmidi/MIDIAccessor.cpp b/Source/modules/webmidi/MIDIAccessor.cpp
index 98cb076f125f0ae5a60044c8182a04f757652f6a..c1ad330c16d2a1c89dc79adac60ad549283ca8d2 100644
--- a/Source/modules/webmidi/MIDIAccessor.cpp
+++ b/Source/modules/webmidi/MIDIAccessor.cpp
@@ -50,7 +50,7 @@ MIDIAccessor::MIDIAccessor(MIDIAccessorClient* client)
{
ASSERT(client);
- m_accessor = adoptPtr(blink::Platform::current()->createMIDIAccessor(this));
+ m_accessor = adoptPtr(Platform::current()->createMIDIAccessor(this));
ASSERT(m_accessor);
}
« no previous file with comments | « Source/modules/webdatabase/SQLTransactionClient.cpp ('k') | Source/modules/websockets/NewWebSocketChannelImpl.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698