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

Unified Diff: third_party/WebKit/Source/bindings/core/v8/GeneratedCodeHelper.h

Issue 2228283002: Make a deserializing function (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: addressed comments Created 4 years, 4 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 | « no previous file | third_party/WebKit/Source/bindings/core/v8/GeneratedCodeHelper.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/bindings/core/v8/GeneratedCodeHelper.h
diff --git a/third_party/WebKit/Source/bindings/core/v8/GeneratedCodeHelper.h b/third_party/WebKit/Source/bindings/core/v8/GeneratedCodeHelper.h
index 1f09d19c04d0e9d505d829ddbde1ea16936c6272..2bb7093baae50d29d70e7939b8a5b4ae93076732 100644
--- a/third_party/WebKit/Source/bindings/core/v8/GeneratedCodeHelper.h
+++ b/third_party/WebKit/Source/bindings/core/v8/GeneratedCodeHelper.h
@@ -12,12 +12,17 @@
#define GeneratedCodeHelper_h
#include "core/CoreExport.h"
+#include "wtf/PassRefPtr.h"
#include <v8.h>
namespace blink {
+class SerializedScriptValue;
+
CORE_EXPORT void v8ConstructorAttributeGetter(v8::Local<v8::Name> propertyName, const v8::PropertyCallbackInfo<v8::Value>&);
+CORE_EXPORT v8::Local<v8::Value> v8Deserialize(v8::Isolate*, PassRefPtr<SerializedScriptValue>);
+
} // namespace blink
#endif // GeneratedCodeHelper_h
« no previous file with comments | « no previous file | third_party/WebKit/Source/bindings/core/v8/GeneratedCodeHelper.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698