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

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

Issue 534133002: [WIP] bindings: Introduce PropertyBag (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 3 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/modules/serviceworkers/ServiceWorkerClients.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/webmidi/MIDIOptions.h
diff --git a/Source/modules/webmidi/MIDIOptions.h b/Source/modules/webmidi/MIDIOptions.h
index 5d4c501579913ea53c1755425cdc5fe996cf0cd8..ced1d3129eb92c058f2d0cf47765b7075b0c34c2 100644
--- a/Source/modules/webmidi/MIDIOptions.h
+++ b/Source/modules/webmidi/MIDIOptions.h
@@ -39,7 +39,7 @@ struct MIDIOptions {
explicit MIDIOptions(const Dictionary& options)
: sysex(false)
{
- DictionaryHelper::get(options, "sysex", sysex);
+ options.get("sysex", sysex);
}
bool sysex;
« no previous file with comments | « Source/modules/serviceworkers/ServiceWorkerClients.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698