From 4bae5dabffb6fc746af5581a94540be6c309fbf1 Mon Sep 17 00:00:00 2001
From: Nathan Froyd <froydnj@mozilla.com>
Date: Wed, 15 Jan 2014 18:49:03 -0500
Subject: [PATCH] Bug 952777 follow-up - move comments; r=me

---
 js/src/jsfriendapi.h | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/js/src/jsfriendapi.h b/js/src/jsfriendapi.h
index 9aeb30d4289ed..db7138505e6ef 100644
--- a/js/src/jsfriendapi.h
+++ b/js/src/jsfriendapi.h
@@ -1529,6 +1529,7 @@ struct JSJitInfo {
                                   not AliasEverything, but even that might
                                   not be enough (e.g. in cases when it can
                                   throw). */
+    // XXXbz should we have a JSValueType for the type of the member?
     uint16_t isInSlot : 1;     /* True if this is a getter that can get a member
                                   from a slot of the "this" object directly. */
     uint16_t isTypedMethod : 1; /* True if this is an instance of
@@ -1541,8 +1542,6 @@ struct JSJitInfo {
                                include whatever argument conversions might do.
                                That's covered by argTypes and runtime analysis
                                of the actual argument types being passed in. */
-    // XXXbz should we have a JSGetterJitInfo subclass or something?
-    // XXXbz should we have a JSValueType for the type of the member?
 
 private:
     static void staticAsserts()
-- 
GitLab