blob: 692b13853ee4141ddc1070b42e06cd5021061e48 [file] [log] [blame]
// Copyright 2015 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.
// https://w3c.github.io/FileAPI/#file
dictionary FilePropertyBag : BlobPropertyBag {
long long lastModified;
};