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

Unified Diff: test/cctest/print-extension.h

Issue 1449393002: Remove deprecated functions the smaller half of the remaing tests (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 5 years, 1 month 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 | « test/cctest/cctest.cc ('k') | test/cctest/print-extension.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/cctest/print-extension.h
diff --git a/test/cctest/print-extension.h b/test/cctest/print-extension.h
index c2961d0dd110b3f15e5d6c54bfbcc891d5923d34..74d74ef81b5b6caad82781ba0e5e966f5ed4d7c1 100644
--- a/test/cctest/print-extension.h
+++ b/test/cctest/print-extension.h
@@ -36,9 +36,8 @@ namespace internal {
class PrintExtension : public v8::Extension {
public:
PrintExtension() : v8::Extension("v8/print", "native function print();") { }
- virtual v8::Handle<v8::FunctionTemplate> GetNativeFunctionTemplate(
- v8::Isolate* isolate,
- v8::Handle<v8::String> name);
+ virtual v8::Local<v8::FunctionTemplate> GetNativeFunctionTemplate(
+ v8::Isolate* isolate, v8::Local<v8::String> name);
static void Print(const v8::FunctionCallbackInfo<v8::Value>& args);
};
« no previous file with comments | « test/cctest/cctest.cc ('k') | test/cctest/print-extension.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698