X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2Fv8%2Fsrc%2Faccessors.h;h=678064df168f0c977209d5b259b5926e239c179e;hb=1afa4dd80ef85af7c90efaea6959db1d92330844;hp=8fc1f84be3d6ea898507a89fcc8ddd882c2013f2;hpb=90762837333c13ccf56f2ad88e4481fc71e8d281;p=platform%2Fframework%2Fweb%2Fcrosswalk.git diff --git a/src/v8/src/accessors.h b/src/v8/src/accessors.h index 8fc1f84..678064d 100644 --- a/src/v8/src/accessors.h +++ b/src/v8/src/accessors.h @@ -66,9 +66,8 @@ class Accessors : public AllStatic { }; // Accessor functions called directly from the runtime system. - static Handle FunctionSetPrototype(Handle object, - Handle value); - static Handle FunctionGetPrototype(Handle object); + MUST_USE_RESULT static MaybeHandle FunctionSetPrototype( + Handle object, Handle value); static Handle FunctionGetArguments(Handle object); // Accessor infos.