chromium/third_party/blink/renderer/modules/keyboard/keyboard_layout_map.cc

// Copyright 2018 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#include "third_party/blink/renderer/modules/keyboard/keyboard_layout_map.h"

namespace blink {

class KeyboardLayoutMapIterationSource final
    : public PairSyncIterable<KeyboardLayoutMap>::IterationSource {};

KeyboardLayoutMap::KeyboardLayoutMap(const HashMap<String, String>& map)
    :{}

PairSyncIterable<KeyboardLayoutMap>::IterationSource*
KeyboardLayoutMap::CreateIterationSource(ScriptState*, ExceptionState&) {}

bool KeyboardLayoutMap::GetMapEntry(ScriptState*,
                                    const String& key,
                                    String& value,
                                    ExceptionState&) {}

}  // namespace blink