Ignore:
Timestamp:
Mar 27, 2011, 9:36:13 AM (14 years ago)
Author:
[email protected]
Message:

2011-03-27 Ben Taylor <[email protected]>

Reviewed by Alexey Proskuryakov.

https://bugs.webkit.org/show_bug.cgi?id=57170 Fix last elements
in an enum to remove a trailing comma. Sun Studio 12 CC errors out.

Compile fix only, no actual code change.

  • wtf/MessageQueue.h:

2011-03-27 Ben Taylor <[email protected]>

Reviewed by Alexey Proskuryakov.

https://bugs.webkit.org/show_bug.cgi?id=57170 Fix last elements
in an enum to remove a trailing comma. Sun Studio 12 CC errors out.

Compile fix only, no actual code change.

  • dom/ExceptionCode.h:
  • editing/EditorInsertAction.h:
  • loader/FrameLoaderTypes.h:
  • platform/PlatformKeyboardEvent.h:
  • platform/ScrollTypes.h:
  • platform/graphics/BitmapImage.h:
  • platform/image-decoders/ImageDecoder.h:
  • platform/network/ProtectionSpace.h:
  • platform/network/ResourceHandleClient.h:
  • platform/network/ResourceRequestBase.h:
  • platform/text/TextCodec.h:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/JavaScriptCore/wtf/MessageQueue.h

    r76248 r82067  
    4242        MessageQueueTerminated,       // Queue was destroyed while waiting for message.
    4343        MessageQueueTimeout,          // Timeout was specified and it expired.
    44         MessageQueueMessageReceived,  // A message was successfully received and returned.
     44        MessageQueueMessageReceived   // A message was successfully received and returned.
    4545    };
    4646
Note: See TracChangeset for help on using the changeset viewer.