blob: 78d7a1a0e06545829268ccc3dd68cda01a969f86 [file] [log] [blame]
// Copyright 2017 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
callback interface TestLegacyCallbackInterface {
const unsigned short CONST_VALUE_USHORT_42 = 42;
unsigned short acceptNode(Node node);
};