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

Unified Diff: Source/bindings/dart/DartHandleProxy.h

Issue 289083003: [dartium] Dart half of ScriptValue refactoring. (Closed) Base URL: svn://svn.chromium.org/blink/branches/dart/1916
Patch Set: Created 6 years, 7 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
« no previous file with comments | « Source/bindings/common/ScriptValue.h ('k') | Source/bindings/dart/DartHandleProxy.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/bindings/dart/DartHandleProxy.h
diff --git a/Source/bindings/dart/DartHandleProxy.h b/Source/bindings/dart/DartHandleProxy.h
index d34fb3c8f2738485058801bcef74989f700265de..b8eef9ed7152cbc0def51d27b7c12e993df56ad1 100644
--- a/Source/bindings/dart/DartHandleProxy.h
+++ b/Source/bindings/dart/DartHandleProxy.h
@@ -42,7 +42,7 @@
namespace WebCore {
class Node;
-class DartScriptValue;
+class DartPersistentValue;
class DartHandleProxy {
public:
@@ -57,7 +57,7 @@ public:
static Node* toNativeNode(v8::Handle<v8::Value>);
static Dart_Handle unwrapValue(v8::Handle<v8::Value>);
- static DartScriptValue* readPointerFromProxy(v8::Handle<v8::Value>);
+ static DartPersistentValue* readPointerFromProxy(v8::Handle<v8::Value>);
static void writePointerToProxy(v8::Local<v8::Object> proxy, Dart_Handle);
struct CallbackData;
@@ -69,7 +69,7 @@ public:
*/
class DartScopes {
private:
- DartScriptValue* scriptValue;
+ DartPersistentValue* scriptValue;
DartIsolateScope scope;
DartApiScope apiScope;
Dart_ExceptionPauseInfo previousPauseInfo;
« no previous file with comments | « Source/bindings/common/ScriptValue.h ('k') | Source/bindings/dart/DartHandleProxy.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698