Title: [126508] trunk/Source/WebCore
Revision
126508
Author
[email protected]
Date
2012-08-23 17:11:13 -0700 (Thu, 23 Aug 2012)

Log Message

Unreviewed. Just added comments I forgot to add in r126506.

* bindings/v8/ScriptController.h:
(WebCore):
(ScriptController):

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (126507 => 126508)


--- trunk/Source/WebCore/ChangeLog	2012-08-24 00:09:29 UTC (rev 126507)
+++ trunk/Source/WebCore/ChangeLog	2012-08-24 00:11:13 UTC (rev 126508)
@@ -1,3 +1,11 @@
+2012-08-23  Kentaro Hara  <[email protected]>
+
+        Unreviewed. Just added comments I forgot to add in r126506.
+
+        * bindings/v8/ScriptController.h:
+        (WebCore):
+        (ScriptController):
+
 2012-08-23  Kenneth Russell  <[email protected]>
 
         Unreviewed, rolling out r126483.

Modified: trunk/Source/WebCore/bindings/v8/ScriptController.h (126507 => 126508)


--- trunk/Source/WebCore/bindings/v8/ScriptController.h	2012-08-24 00:09:29 UTC (rev 126507)
+++ trunk/Source/WebCore/bindings/v8/ScriptController.h	2012-08-24 00:11:13 UTC (rev 126508)
@@ -66,6 +66,7 @@
 //
 // FIXME: We want to eventually be holding window shells instead of the
 // IsolatedContext directly.
+// https://bugs.webkit.org/show_bug.cgi?id=94875
 typedef HashMap<int, V8IsolatedContext*> IsolatedWorldMap;
 
 typedef HashMap<int, RefPtr<SecurityOrigin> > IsolatedWorldSecurityOriginMap;
@@ -77,6 +78,8 @@
     ScriptController(Frame*);
     ~ScriptController();
 
+    // FIXME: This should eventually take DOMWrapperWorld argument.
+    // https://bugs.webkit.org/show_bug.cgi?id=94875
     V8DOMWindowShell* windowShell() const { return m_windowShell.get(); }
 
     ScriptValue executeScript(const ScriptSourceCode&);
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to