Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(90)

Side by Side Diff: Source/bindings/modules/v8/V8BindingForModules.h

Issue 949193002: [bindings] Remove SQLTransaction's usage of custom binding. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Introducing V8BindingForModules Created 5 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
(Empty)
1 // Copyright (c) 2015 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
4
5 #ifndef V8BindingForModules_h
6 #define V8BindingForModules_h
7
8 #include "bindings/core/v8/Nullable.h"
9 #include "wtf/Vector.h"
10
11 namespace blink {
12
13 class SQLValue;
14 class ScriptValue;
15
16 Vector<SQLValue> toSQLValueArray(const Nullable<Vector<ScriptValue>>& values);
17
18 } // namespace blink
19
20 #endif // V8BindingForModules_h
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698