blob: 8ba75dc6fcead6e2e4de0c60678161c6d1f5c3d0 [file] [log] [blame]
// Copyright 2018 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.
/** @enum {number} */
blink.mojom.CommitResult = {};
blink.mojom.CommitResult.Ok;
blink.mojom.CommitResult.Aborted;
blink.mojom.CommitResult.RestartCrossDocument;