blob: 6785f64d2ee96cf6d018d38c93657a440f8ccc65 [file] [log] [blame]
// Copyright 2016 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
// https://dom.spec.whatwg.org/#dictdef-getrootnodeoptions
dictionary GetRootNodeOptions {
boolean composed = false;
};