Index: Source/core/editing/ModifySelectionListLevel.h |
diff --git a/Source/core/editing/ModifySelectionListLevel.h b/Source/core/editing/ModifySelectionListLevel.h |
index ad03f2a310d598a6d76f3838a6879a9268f49e2c..9c2f5e779fa1ac5d9337972e30175a6f15d1a9a9 100644 |
--- a/Source/core/editing/ModifySelectionListLevel.h |
+++ b/Source/core/editing/ModifySelectionListLevel.h |
@@ -20,7 +20,7 @@ |
* PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY |
* OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT |
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE |
- * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
+ * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
*/ |
#ifndef ModifySelectionListLevel_h |
@@ -36,13 +36,13 @@ namespace WebCore { |
class ModifySelectionListLevelCommand : public CompositeEditCommand { |
protected: |
explicit ModifySelectionListLevelCommand(Document*); |
- |
+ |
void appendSiblingNodeRange(Node* startNode, Node* endNode, Element* newParent); |
void insertSiblingNodeRangeBefore(Node* startNode, Node* endNode, Node* refNode); |
void insertSiblingNodeRangeAfter(Node* startNode, Node* endNode, Node* refNode); |
private: |
- virtual bool preservesTypingStyle() const; |
+ virtual bool preservesTypingStyle() const; |
}; |
// IncreaseSelectionListLevelCommand moves the selected list items one level deeper. |
@@ -61,7 +61,7 @@ private: |
{ |
return adoptRef(new IncreaseSelectionListLevelCommand(document, type)); |
} |
- |
+ |
IncreaseSelectionListLevelCommand(Document*, Type); |
virtual void doApply(); |