Changeset 50124 in webkit


Ignore:
Timestamp:
Oct 26, 2009 7:56:43 PM (14 years ago)
Author:
zecke@webkit.org
Message:

Unreviewed spelling fix in the PluginViewQt.cpp

This error was pointed out in the bug report and it was agreed to
do the spelling fix when landing the patch. Fix it now.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/WebCore/plugins/qt/PluginViewQt.cpp

    r50123 r50124  
    187187    ASSERT(drawableDepth == qtDrawable.depth());
    188188
    189     // When printing, Qt uses a QPicture the capture the output in preview mode. The
     189    // When printing, Qt uses a QPicture to capture the output in preview mode. The
    190190    // QPicture holds a reference to the X Pixmap. As a result, the print preview would
    191191    // update itself when the X Pixmap changes. To prevent this, we create a copy.
Note: See TracChangeset for help on using the changeset viewer.