blob: 22cee852b8a11eb6d0a9b9fbbdfd237ed3119f97 [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.
var options = {};
console.profile("Extraction");
var res = org.chromium.distiller.DomDistiller.applyWithOptions(options);
console.profileEnd("Extraction");
console.log(res)