[haiku-webkit-commits] r285 - webkit/trunk/WebKit/haiku/API

  • From: webkit@xxxxxxxxxxxxxxx
  • To: haiku-webkit-commits@xxxxxxxxxxxxx
  • Date: Thu, 04 Mar 2010 18:25:20 +0000

Author: stippi
Date: Thu Mar  4 18:25:20 2010
New Revision: 285
URL: http://mmlr.dyndns.org/changeset/285

Log:
Commented a possibly irritating change from the last commit.

Modified:
   webkit/trunk/WebKit/haiku/API/WebSettings.cpp

Modified: webkit/trunk/WebKit/haiku/API/WebSettings.cpp
==============================================================================
--- webkit/trunk/WebKit/haiku/API/WebSettings.cpp       Thu Mar  4 18:17:24 
2010        (r284)
+++ webkit/trunk/WebKit/haiku/API/WebSettings.cpp       Thu Mar  4 18:25:20 
2010        (r285)
@@ -215,6 +215,8 @@
        font_style style;
        font.GetFamilyAndStyle(&family, &style);
        BString string(family);
+// NOTE: WebCore is not interested in the style here, since it manages styles 
by itself.
+// Only the family is of interest to reference a font.
 //     string << ' ' << style;
        message.AddString("font", string.String());
 

Other related posts:

  • » [haiku-webkit-commits] r285 - webkit/trunk/WebKit/haiku/API - webkit