Changeset 21431 in webkit


Ignore:
Timestamp:
May 12, 2007 2:56:16 PM (17 years ago)
Author:
beidson
Message:

Rubber stamped by Mitz

  • html/HTMLInputElement.cpp: (WebCore::HTMLInputElement::attach): unregister->register - I screwed this one up in last minute renaming before committing :(
Location:
trunk/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/WebCore/ChangeLog

    r21430 r21431  
     12007-05-12  Brady Eidson  <beidson@apple.com>
     2
     3        Rubber stamped by Mitz
     4
     5        * html/HTMLInputElement.cpp:
     6        (WebCore::HTMLInputElement::attach): unregister->register - I screwed this one up in last minute renaming
     7          before committing  :(
     8
    192007-05-11  Brady Eidson  <beidson@apple.com>
    210
  • trunk/WebCore/html/HTMLInputElement.cpp

    r21430 r21431  
    764764
    765765    if (inputType() == PASSWORD)
    766         document()->unregisterForDidRestoreFromCacheCallback(this);
     766        document()->registerForDidRestoreFromCacheCallback(this);
    767767}
    768768
Note: See TracChangeset for help on using the changeset viewer.