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

Unified Diff: lib/dom/templates/dom/native/cpp_header.template

Issue 9977015: Add support for DOM node vs DOM object separation. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 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 side-by-side diff with in-line comments
Download patch
« lib/dom/scripts/systemnative.py ('K') | « lib/dom/scripts/systemnative.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/dom/templates/dom/native/cpp_header.template
diff --git a/lib/dom/templates/dom/native/cpp_header.template b/lib/dom/templates/dom/native/cpp_header.template
index 1a777ffc23c4c84872e74e90bcef874a0614ace1..ea89fd7bf04f87a40d213ec73fe4a88c086f32a0 100644
--- a/lib/dom/templates/dom/native/cpp_header.template
+++ b/lib/dom/templates/dom/native/cpp_header.template
@@ -16,6 +16,7 @@ namespace WebCore {
struct Dart$INTERFACE {
static const char* const dartImplementationClassName;
typedef $WEBCORE_CLASS_NAME NativeType;
+ typedef $NATIVE_TRAITS_TYPE NativeTraits;
static PassRefPtr<NativeType> toNative(Dart_Handle handle, Dart_Handle& exception)
{
« lib/dom/scripts/systemnative.py ('K') | « lib/dom/scripts/systemnative.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698