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

Unified Diff: src/global-handles.h

Issue 11983002: Remove unused methods about Node::class_id_ (Closed) Base URL: git://github.com/v8/v8.git@master
Patch Set: Created 7 years, 11 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 | src/global-handles.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/global-handles.h
diff --git a/src/global-handles.h b/src/global-handles.h
index 7808d16a03f6e930829671550c5a7bd56b2c7518..a28a96f367c0576a0426a3ef8da7a8eb1f4d72a6 100644
--- a/src/global-handles.h
+++ b/src/global-handles.h
@@ -130,9 +130,6 @@ class GlobalHandles {
void* parameter,
WeakReferenceCallback callback);
- static void SetWrapperClassId(Object** location, uint16_t class_id);
- static uint16_t GetWrapperClassId(Object** location);
-
// Returns the current number of weak handles.
int NumberOfWeakHandles() { return number_of_weak_handles_; }
« no previous file with comments | « no previous file | src/global-handles.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698