Sign in
chromium
/
chromium
/
src
/
1d01cbaf3860d44dc1128dc0337258f63024c4d4
/
.
/
third_party
/
blink
/
renderer
/
core
/
testing
/
garbage_collected_script_wrappable.idl
blob: 1c9df06e77e047bc5e7bc9197825e7ca7a5d6d30 [
file
] [
log
] [
blame
]
// Copyright 2014 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.
interface
GarbageCollectedScriptWrappable
{
[
NotEnumerable
]
DOMString
toString
();
};