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

Unified Diff: js_object_wrapper.h

Issue 2523001: Implemented ReadObjectsFromSlot() to populate pkcs11.slots on initialization. (Closed) Base URL: ssh://git@chromiumos-git/entd.git
Patch Set: Small change from feedback Created 10 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 | « no previous file | pkcs11.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: js_object_wrapper.h
diff --git a/js_object_wrapper.h b/js_object_wrapper.h
index c7fc9cacdc32b07ddc0abb8f0300edd7e495860b..f7c7c4fc8ba78afeaa80b1777603d1fbaa95e7cd 100644
--- a/js_object_wrapper.h
+++ b/js_object_wrapper.h
@@ -70,7 +70,7 @@ class JSObjectWrapper {
}
// Accessors
- v8::Handle<v8::Object> obj() { return obj_; }
+ v8::Handle<v8::Object> obj() const { return obj_; }
private:
« no previous file with comments | « no previous file | pkcs11.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698