chromium/third_party/blink/renderer/modules/ml/webnn/ml_error.cc

// Copyright 2023 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#include "third_party/blink/renderer/modules/ml/webnn/ml_error.h"

namespace blink {

#define DEFINE_WEBNN_ERROR_CODE_MAPPING(error_code)

DOMExceptionCode WebNNErrorCodeToDOMExceptionCode(
    webnn::mojom::blink::Error::Code error_code) {}

}  // namespace blink