| Index: Source/bindings/core/dart/DartNativeUtilities.h
|
| diff --git a/LICENSE b/Source/bindings/core/dart/DartNativeUtilities.h
|
| similarity index 78%
|
| copy from LICENSE
|
| copy to Source/bindings/core/dart/DartNativeUtilities.h
|
| index 70bcb8ad118978579fa055f7ecc99604930900ce..430261628e058fb1feb9ad78db4c9706aa0b2ab7 100644
|
| --- a/LICENSE
|
| +++ b/Source/bindings/core/dart/DartNativeUtilities.h
|
| @@ -1,7 +1,5 @@
|
| -// Copyright 2014 The Chromium Authors. All rights reserved.
|
| -//
|
| -// The Chromium Authors can be found at
|
| -// http://src.chromium.org/svn/trunk/src/AUTHORS
|
| +// Copyright 2012, Google Inc.
|
| +// All rights reserved.
|
| //
|
| // Redistribution and use in source and binary forms, with or without
|
| // modification, are permitted provided that the following conditions are
|
| @@ -28,3 +26,19 @@
|
| // THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
| // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
| // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| +
|
| +#ifndef DartNativeUtilities_h
|
| +#define DartNativeUtilities_h
|
| +
|
| +#include <dart_api.h>
|
| +#include <dart_mirrors_api.h>
|
| +
|
| +namespace blink {
|
| +
|
| +Dart_NativeFunction commonHtmlResolver(Dart_Handle, int, bool*);
|
| +Dart_NativeFunction domIsolateHtmlResolver(Dart_Handle, int, bool*);
|
| +const uint8_t* domIsolateHtmlSymbolizer(Dart_NativeFunction);
|
| +
|
| +}
|
| +
|
| +#endif // DartNativeUtilities_h
|
|
|